Html Css Color HEX #825708 Raw Umber

📋 copy color: '#825708'

red 130 ◦ green 87 ◦ blue 8

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

Shades of Raw Umber #825708

Tints of Raw Umber #825708

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.67%

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

R = 57.78%
G = 38.67%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#825708 (or 0x825708) is known color: Raw Umber. HEX triplet: 82, 57 and 08. RGB value is (130,87,8). Sum of RGB (Red+Green+Blue) = 130+87+8=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #825708 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825708 is #7DA8F7. Grayscale: #5B5B5B. Windows color (decimal): -8235256 or 546690. OLE color: 546690.

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

Color convert

RGB 130 87 8 -
CMYK 0 0.33 0.94 0.49
HSL 38.85º 0.88% 0.27% -
HSV(B) 38.85º 0.94% 0.51% -
XYZ 12.66 11.58 1.8 -
YUV 90.85 81.25 155.92 -
System Red Green Blue C M Y K H S L
Decimal 130 87 8 0 0.33 0.94 0.49 38.85 0.88 0.27
Hex 82 57 8 0 21 5E 31 27 58 1B
Octal 202 127 10 0 41 136 61 47 130 33
Binary 10000010 1010111 1000 0 100001 1011110 110001 100111 1011000 11011

Color Harmonies of #825708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825708

Black with #825708

Text Example


Text Example

White with #825708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825708; }

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

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

background-color css

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

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

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

border-color css

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

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

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