Html Css Color HEX #824F06 Raw Umber

📋 copy color: '#824F06'

red 130 ◦ green 79 ◦ blue 6

#824F06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #824F06

Tints of Raw Umber #824F06

RGB

 RED value IS 130 (51.17% from 255) = 60.47%

 GREEN value IS 79 (31.25% from 255) = 36.74%

 BLUE value IS 6 (2.73% from 255) = 2.79%

R = 60.47%
G = 36.74%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#824F06 (or 0x824F06) is known color: Raw Umber. HEX triplet: 82, 4F and 06. RGB value is (130,79,6). Sum of RGB (Red+Green+Blue) = 130+79+6=215 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.47% from 215); Green value is 79 (31.25% from 255 or 36.74% from 215); Blue value is 6 (2.73% from 255 or 2.79% from 215); Max value from RGB is 130 - color contains mainly: red. Hex color #824F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824F06 is #7DB0F9. Grayscale: #565656. Windows color (decimal): -8237306 or 413570. OLE color: 413570.

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

Color convert

RGB 130 79 6 -
CMYK 0 0.39 0.95 0.49
HSL 35.32º 0.91% 0.27% -
HSV(B) 35.32º 0.95% 0.51% -
XYZ 12.03 10.35 1.54 -
YUV 85.93 82.9 159.44 -
System Red Green Blue C M Y K H S L
Decimal 130 79 6 0 0.39 0.95 0.49 35.32 0.91 0.27
Hex 82 4F 6 0 27 5F 31 23 5B 1B
Octal 202 117 6 0 47 137 61 43 133 33
Binary 10000010 1001111 110 0 100111 1011111 110001 100011 1011011 11011

Color Harmonies of #824F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824F06

Black with #824F06

Text Example


Text Example

White with #824F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,79,6); }

 H1.HeaderClassName
 {
   color: #824F06;
 }
 .AnyTagClassName
 {
   color: #824F06;
 }
</style>

background-color css

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

 a { background-color: rgb(130,79,6); }

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

border-color css

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

 span { border-color: rgb(130,79,6); }

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