Html Css Color HEX #825009 Raw Umber

📋 copy color: '#825009'

red 130 ◦ green 80 ◦ blue 9

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

Shades of Raw Umber #825009

Tints of Raw Umber #825009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.11%

R = 59.36%
G = 36.53%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#825009 (or 0x825009) is known color: Raw Umber. HEX triplet: 82, 50 and 09. RGB value is (130,80,9). Sum of RGB (Red+Green+Blue) = 130+80+9=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 9 (3.91% from 255 or 4.11% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #825009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825009 is #7DAFF6. Grayscale: #575757. Windows color (decimal): -8237047 or 610434. OLE color: 610434.

HSL color Cylindrical-coordinate representation of color #825009: hue angle of 35.21º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #825009 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 80 9 -
CMYK 0 0.38 0.93 0.49
HSL 35.21º 0.87% 0.27% -
HSV(B) 35.21º 0.93% 0.51% -
XYZ 12.12 10.5 1.65 -
YUV 86.86 84.07 158.77 -
System Red Green Blue C M Y K H S L
Decimal 130 80 9 0 0.38 0.93 0.49 35.21 0.87 0.27
Hex 82 50 9 0 26 5D 31 23 57 1B
Octal 202 120 11 0 46 135 61 43 127 33
Binary 10000010 1010000 1001 0 100110 1011101 110001 100011 1010111 11011

Color Harmonies of #825009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825009

Black with #825009

Text Example


Text Example

White with #825009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825009; }

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

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

background-color css

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

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

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

border-color css

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

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

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