Html Css Color HEX #855008 Raw Umber

📋 copy color: '#855008'

red 133 ◦ green 80 ◦ blue 8

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

Shades of Raw Umber #855008

Tints of Raw Umber #855008

RGB

 RED value IS 133 (52.34% from 255) = 60.18%

 GREEN value IS 80 (31.64% from 255) = 36.2%

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

R = 60.18%
G = 36.2%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#855008 (or 0x855008) is known color: Raw Umber. HEX triplet: 85, 50 and 08. RGB value is (133,80,8). Sum of RGB (Red+Green+Blue) = 133+80+8=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #855008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855008 is #7AAFF7. Grayscale: #575757. Windows color (decimal): -8040440 or 544901. OLE color: 544901.

HSL color Cylindrical-coordinate representation of color #855008: hue angle of 34.56º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #855008 is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 80 8 -
CMYK 0 0.40 0.94 0.48
HSL 34.56º 0.89% 0.28% -
HSV(B) 34.56º 0.94% 0.52% -
XYZ 12.59 10.74 1.64 -
YUV 87.64 83.06 160.35 -
System Red Green Blue C M Y K H S L
Decimal 133 80 8 0 0.40 0.94 0.48 34.56 0.89 0.28
Hex 85 50 8 0 28 5E 30 23 59 1C
Octal 205 120 10 0 50 136 60 43 131 34
Binary 10000101 1010000 1000 0 101000 1011110 110000 100011 1011001 11100

Color Harmonies of #855008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855008

Black with #855008

Text Example


Text Example

White with #855008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855008; }

 p { color: rgb(133,80,8); }

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

background-color css

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

 a { background-color: rgb(133,80,8); }

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

border-color css

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

 span { border-color: rgb(133,80,8); }

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