Html Css Color HEX #824A06 Raw Umber

📋 copy color: '#824A06'

red 130 ◦ green 74 ◦ blue 6

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

Shades of Raw Umber #824A06

Tints of Raw Umber #824A06

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.24%

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

R = 61.9%
G = 35.24%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#824A06 (or 0x824A06) is known color: Raw Umber. HEX triplet: 82, 4A and 06. RGB value is (130,74,6). Sum of RGB (Red+Green+Blue) = 130+74+6=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #824A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824A06 is #7DB5F9. Grayscale: #535353. Windows color (decimal): -8238586 or 412290. OLE color: 412290.

HSL color Cylindrical-coordinate representation of color #824A06: hue angle of 32.9º 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 #824A06 is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 74 6 -
CMYK 0 0.43 0.95 0.49
HSL 32.9º 0.91% 0.27% -
HSV(B) 32.9º 0.95% 0.51% -
XYZ 11.69 9.66 1.42 -
YUV 82.99 84.55 161.53 -
System Red Green Blue C M Y K H S L
Decimal 130 74 6 0 0.43 0.95 0.49 32.9 0.91 0.27
Hex 82 4A 6 0 2B 5F 31 21 5B 1B
Octal 202 112 6 0 53 137 61 41 133 33
Binary 10000010 1001010 110 0 101011 1011111 110001 100001 1011011 11011

Color Harmonies of #824A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824A06

Black with #824A06

Text Example


Text Example

White with #824A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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