Html Css Color HEX #825209 Raw Umber

📋 copy color: '#825209'

red 130 ◦ green 82 ◦ blue 9

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

Shades of Raw Umber #825209

Tints of Raw Umber #825209

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.1%

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

R = 58.82%
G = 37.1%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#825209 (or 0x825209) is known color: Raw Umber. HEX triplet: 82, 52 and 09. RGB value is (130,82,9). Sum of RGB (Red+Green+Blue) = 130+82+9=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #825209 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825209 is #7DADF6. Grayscale: #585858. Windows color (decimal): -8236535 or 610946. OLE color: 610946.

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

Color convert

RGB 130 82 9 -
CMYK 0 0.37 0.93 0.49
HSL 36.2º 0.87% 0.27% -
HSV(B) 36.2º 0.93% 0.51% -
XYZ 12.27 10.8 1.7 -
YUV 88.03 83.4 157.94 -
System Red Green Blue C M Y K H S L
Decimal 130 82 9 0 0.37 0.93 0.49 36.2 0.87 0.27
Hex 82 52 9 0 25 5D 31 24 57 1B
Octal 202 122 11 0 45 135 61 44 127 33
Binary 10000010 1010010 1001 0 100101 1011101 110001 100100 1010111 11011

Color Harmonies of #825209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825209

Black with #825209

Text Example


Text Example

White with #825209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825209; }

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

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

background-color css

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

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

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

border-color css

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

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

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