Html Css Color HEX #824A08 Raw Umber

📋 copy color: '#824A08'

red 130 ◦ green 74 ◦ blue 8

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

Shades of Raw Umber #824A08

Tints of Raw Umber #824A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.77%

R = 61.32%
G = 34.91%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#824A08 (or 0x824A08) is known color: Raw Umber. HEX triplet: 82, 4A and 08. RGB value is (130,74,8). Sum of RGB (Red+Green+Blue) = 130+74+8=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 74 (29.30% from 255 or 34.91% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #824A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824A08 is #7DB5F7. Grayscale: #535353. Windows color (decimal): -8238584 or 543362. OLE color: 543362.

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

Color convert

RGB 130 74 8 -
CMYK 0 0.43 0.94 0.49
HSL 32.46º 0.88% 0.27% -
HSV(B) 32.46º 0.94% 0.51% -
XYZ 11.7 9.66 1.48 -
YUV 83.22 85.55 161.37 -
System Red Green Blue C M Y K H S L
Decimal 130 74 8 0 0.43 0.94 0.49 32.46 0.88 0.27
Hex 82 4A 8 0 2B 5E 31 20 58 1B
Octal 202 112 10 0 53 136 61 40 130 33
Binary 10000010 1001010 1000 0 101011 1011110 110001 100000 1011000 11011

Color Harmonies of #824A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824A08

Black with #824A08

Text Example


Text Example

White with #824A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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