Html Css Color HEX #825508 Raw Umber

📋 copy color: '#825508'

red 130 ◦ green 85 ◦ blue 8

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

Shades of Raw Umber #825508

Tints of Raw Umber #825508

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.12%

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

R = 58.3%
G = 38.12%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#825508 (or 0x825508) is known color: Raw Umber. HEX triplet: 82, 55 and 08. RGB value is (130,85,8). Sum of RGB (Red+Green+Blue) = 130+85+8=223 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.30% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 130 - color contains mainly: red. Hex color #825508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825508 is #7DAAF7. Grayscale: #5A5A5A. Windows color (decimal): -8235768 or 546178. OLE color: 546178.

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

Color convert

RGB 130 85 8 -
CMYK 0 0.35 0.94 0.49
HSL 37.87º 0.88% 0.27% -
HSV(B) 37.87º 0.94% 0.51% -
XYZ 12.5 11.26 1.74 -
YUV 89.68 81.91 156.76 -
System Red Green Blue C M Y K H S L
Decimal 130 85 8 0 0.35 0.94 0.49 37.87 0.88 0.27
Hex 82 55 8 0 23 5E 31 26 58 1B
Octal 202 125 10 0 43 136 61 46 130 33
Binary 10000010 1010101 1000 0 100011 1011110 110001 100110 1011000 11011

Color Harmonies of #825508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825508

Black with #825508

Text Example


Text Example

White with #825508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825508; }

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

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

background-color css

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

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

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

border-color css

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

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

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