Html Css Color HEX #825908 Raw Umber

📋 copy color: '#825908'

red 130 ◦ green 89 ◦ blue 8

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

Shades of Raw Umber #825908

Tints of Raw Umber #825908

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.21%

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

R = 57.27%
G = 39.21%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#825908 (or 0x825908) is known color: Raw Umber. HEX triplet: 82, 59 and 08. RGB value is (130,89,8). Sum of RGB (Red+Green+Blue) = 130+89+8=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #825908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825908 is #7DA6F7. Grayscale: #5C5C5C. Windows color (decimal): -8234744 or 547202. OLE color: 547202.

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

Color convert

RGB 130 89 8 -
CMYK 0 0.32 0.94 0.49
HSL 39.84º 0.88% 0.27% -
HSV(B) 39.84º 0.94% 0.51% -
XYZ 12.82 11.91 1.85 -
YUV 92.03 80.58 155.09 -
System Red Green Blue C M Y K H S L
Decimal 130 89 8 0 0.32 0.94 0.49 39.84 0.88 0.27
Hex 82 59 8 0 20 5E 31 28 58 1B
Octal 202 131 10 0 40 136 61 50 130 33
Binary 10000010 1011001 1000 0 100000 1011110 110001 101000 1011000 11011

Color Harmonies of #825908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825908

Black with #825908

Text Example


Text Example

White with #825908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825908; }

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

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

background-color css

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

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

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

border-color css

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

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

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