Html Css Color HEX #825C09 Raw Umber

📋 copy color: '#825C09'

red 130 ◦ green 92 ◦ blue 9

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

Shades of Raw Umber #825C09

Tints of Raw Umber #825C09

RGB

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

 GREEN value IS 92 (36.33% from 255) = 39.83%

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

R = 56.28%
G = 39.83%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#825C09 (or 0x825C09) is known color: Raw Umber. HEX triplet: 82, 5C and 09. RGB value is (130,92,9). Sum of RGB (Red+Green+Blue) = 130+92+9=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #825C09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825C09 is #7DA3F6. Grayscale: #5E5E5E. Windows color (decimal): -8233975 or 613506. OLE color: 613506.

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

Color convert

RGB 130 92 9 -
CMYK 0 0.29 0.93 0.49
HSL 41.16º 0.87% 0.27% -
HSV(B) 41.16º 0.93% 0.51% -
XYZ 13.08 12.42 1.97 -
YUV 93.9 80.09 153.75 -
System Red Green Blue C M Y K H S L
Decimal 130 92 9 0 0.29 0.93 0.49 41.16 0.87 0.27
Hex 82 5C 9 0 1D 5D 31 29 57 1B
Octal 202 134 11 0 35 135 61 51 127 33
Binary 10000010 1011100 1001 0 11101 1011101 110001 101001 1010111 11011

Color Harmonies of #825C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825C09

Black with #825C09

Text Example


Text Example

White with #825C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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