#824C09

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

Shades of Raw Umber #824C09

Tints of Raw Umber #824C09

Color information

#824C09 (or 0x824C09) is unknown color: approx Raw Umber. HEX triplet: 82, 4C and 09. RGB value is (130,76,9). Sum of RGB (Red+Green+Blue) = 130+76+9=215 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.47% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 130 - color contains mainly: red. Hex color #824C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824C09 is #7DB3F6. Grayscale: #545454. Windows color (decimal): -8238071 or 609410. OLE color: 609410.

HSL color Cylindrical-coordinate representation of color #824C09: hue angle of 33.22º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #824C09 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB130769-
CMYK00.420.930.49
HSL33.22º87.05%27.25%-
HSV(B)33.22º93.08%50.98%-
XYZ11.849.931.55-
YUV84.5185.39160.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 60.47%
GREEN value IS 76 (30.08% from 255) = 35.35%
BLUE value IS 9 (3.91% from 255) = 4.19%
R=60.47%
G=35.35%
B=4.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13076900.420.930.4933.2287.0527.25
Hex824C902A5D3121571b
Octal20211411052135614112733
Binary100000101001100100101010101011101110001100001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824C09; }

 p { color: rgb(130,76,9); }

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

<style>
 a { background-color: #824C09; }

 a { background-color: rgb(130,76,9); }

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

<style>
 span { border-color: #824C09; }

 span { border-color: rgb(130,76,9); }

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