Html Css Color HEX #825809 Raw Umber

📋 copy color: '#825809'

red 130 ◦ green 88 ◦ blue 9

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

Shades of Raw Umber #825809

Tints of Raw Umber #825809

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.77%

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

R = 57.27%
G = 38.77%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#825809 (or 0x825809) is known color: Raw Umber. HEX triplet: 82, 58 and 09. RGB value is (130,88,9). Sum of RGB (Red+Green+Blue) = 130+88+9=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #825809 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825809 is #7DA7F6. Grayscale: #5B5B5B. Windows color (decimal): -8234999 or 612482. OLE color: 612482.

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

Color convert

RGB 130 88 9 -
CMYK 0 0.32 0.93 0.49
HSL 39.17º 0.87% 0.27% -
HSV(B) 39.17º 0.93% 0.51% -
XYZ 12.74 11.75 1.85 -
YUV 91.55 81.41 155.42 -
System Red Green Blue C M Y K H S L
Decimal 130 88 9 0 0.32 0.93 0.49 39.17 0.87 0.27
Hex 82 58 9 0 20 5D 31 27 57 1B
Octal 202 130 11 0 40 135 61 47 127 33
Binary 10000010 1011000 1001 0 100000 1011101 110001 100111 1010111 11011

Color Harmonies of #825809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825809

Black with #825809

Text Example


Text Example

White with #825809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825809; }

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

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

background-color css

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

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

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

border-color css

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

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

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