#824E02

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

Shades of Raw Umber #824E02

Tints of Raw Umber #824E02

Color information

#824E02 (or 0x824E02) is unknown color: approx Raw Umber. HEX triplet: 82, 4E and 02. RGB value is (130,78,2). Sum of RGB (Red+Green+Blue) = 130+78+2=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #824E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824E02 is #7DB1FD. Grayscale: #555555. Windows color (decimal): -8237566 or 151170. OLE color: 151170.

HSL color Cylindrical-coordinate representation of color #824E02: hue angle of 35.62º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #824E02 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB130782-
CMYK00.400.980.49
HSL35.62º96.97%25.88%-
HSV(B)35.62º98.46%50.98%-
XYZ11.9410.21.4-
YUV84.8881.23160.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.90%
GREEN value IS 78 (30.86% from 255) = 37.14%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=61.90%
G=37.14%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13078200.400.980.4935.6296.9725.88
Hex824E2028623124611a
Octal2021162050142614414132
Binary1000001010011101001010001100010110001100100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,78,2); }

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

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

 a { background-color: rgb(130,78,2); }

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

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

 span { border-color: rgb(130,78,2); }

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