#80530D

Color #80530D Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #80530D

Tints of Raw Umber #80530D

Color information

#80530D (or 0x80530D) is unknown color: approx Raw Umber. HEX triplet: 80, 53 and 0D. RGB value is (128,83,13). Sum of RGB (Red+Green+Blue) = 128+83+13=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #80530D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80530D is #7FACF2. Grayscale: #585858. Windows color (decimal): -8367347 or 873344. OLE color: 873344.

HSL color Cylindrical-coordinate representation of color #80530D: hue angle of 36.52º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80530D is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB1288313-
CMYK00.350.900.50
HSL36.52º81.56%27.65%-
HSV(B)36.52º89.84%50.2%-
XYZ12.0710.81.83-
YUV88.4885.41156.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 57.14%
GREEN value IS 83 (32.81% from 255) = 37.05%
BLUE value IS 13 (5.47% from 255) = 5.80%
R=57.14%
G=37.05%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.90
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128831300.350.900.5036.5281.5627.65
Hex8053D0235A3225521c
Octal20012315043132624512234
Binary100000001010011110101000111011010110010100101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80530D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80530D; }

 p { color: rgb(128,83,13); }

 H1.HeaderClassName
 {
   color: #80530D;
 }
 .AnyTagClassName
 {
   color: #80530D;
 }
</style>
background-color css

<style>
 a { background-color: #80530D; }

 a { background-color: rgb(128,83,13); }

 div.DivClassName
 {
   background-color: #80530D;
 }
 .BgClassName
 {
   background-color: #80530D;
 }
</style>
border-color css

<style>
 span { border-color: #80530D; }

 span { border-color: rgb(128,83,13); }

 td.TdClassName
 {
   border-color: #80530D;
 }
 .TagClassName
 {
   border-color: #80530D;
 }
</style>