Html Css Color HEX #825808 Raw Umber

📋 copy color: '#825808'

red 130 ◦ green 88 ◦ blue 8

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

Shades of Raw Umber #825808

Tints of Raw Umber #825808

RGB

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

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

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

R = 57.52%
G = 38.94%
B = 3.54%

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

#825808 (or 0x825808) is known color: Raw Umber. HEX triplet: 82, 58 and 08. RGB value is (130,88,8). Sum of RGB (Red+Green+Blue) = 130+88+8=226 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.52% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 130 - color contains mainly: red. Hex color #825808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825808 is #7DA7F7. Grayscale: #5B5B5B. Windows color (decimal): -8235000 or 546946. OLE color: 546946.

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

Color convert

RGB 130 88 8 -
CMYK 0 0.32 0.94 0.49
HSL 39.34º 0.88% 0.27% -
HSV(B) 39.34º 0.94% 0.51% -
XYZ 12.74 11.74 1.82 -
YUV 91.44 80.91 155.5 -
System Red Green Blue C M Y K H S L
Decimal 130 88 8 0 0.32 0.94 0.49 39.34 0.88 0.27
Hex 82 58 8 0 20 5E 31 27 58 1B
Octal 202 130 10 0 40 136 61 47 130 33
Binary 10000010 1011000 1000 0 100000 1011110 110001 100111 1011000 11011

Color Harmonies of #825808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825808

Black with #825808

Text Example


Text Example

White with #825808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825808; }

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

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

background-color css

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

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

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

border-color css

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

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

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