Html Css Color HEX #825008 Raw Umber

📋 copy color: '#825008'

red 130 ◦ green 80 ◦ blue 8

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

Shades of Raw Umber #825008

Tints of Raw Umber #825008

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.7%

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

R = 59.63%
G = 36.7%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#825008 (or 0x825008) is known color: Raw Umber. HEX triplet: 82, 50 and 08. RGB value is (130,80,8). Sum of RGB (Red+Green+Blue) = 130+80+8=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #825008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825008 is #7DAFF7. Grayscale: #575757. Windows color (decimal): -8237048 or 544898. OLE color: 544898.

HSL color Cylindrical-coordinate representation of color #825008: hue angle of 35.41º 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 #825008 is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 80 8 -
CMYK 0 0.38 0.94 0.49
HSL 35.41º 0.88% 0.27% -
HSV(B) 35.41º 0.94% 0.51% -
XYZ 12.12 10.5 1.62 -
YUV 86.74 83.57 158.85 -
System Red Green Blue C M Y K H S L
Decimal 130 80 8 0 0.38 0.94 0.49 35.41 0.88 0.27
Hex 82 50 8 0 26 5E 31 23 58 1B
Octal 202 120 10 0 46 136 61 43 130 33
Binary 10000010 1010000 1000 0 100110 1011110 110001 100011 1011000 11011

Color Harmonies of #825008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825008

Black with #825008

Text Example


Text Example

White with #825008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825008; }

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

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

background-color css

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

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

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

border-color css

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

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

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