Html Css Color HEX #855608 Raw Umber

📋 copy color: '#855608'

red 133 ◦ green 86 ◦ blue 8

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

Shades of Raw Umber #855608

Tints of Raw Umber #855608

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.89%

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

R = 58.59%
G = 37.89%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#855608 (or 0x855608) is known color: Raw Umber. HEX triplet: 85, 56 and 08. RGB value is (133,86,8). Sum of RGB (Red+Green+Blue) = 133+86+8=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #855608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855608 is #7AA9F7. Grayscale: #5B5B5B. Windows color (decimal): -8038904 or 546437. OLE color: 546437.

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

Color convert

RGB 133 86 8 -
CMYK 0 0.35 0.94 0.48
HSL 37.44º 0.89% 0.28% -
HSV(B) 37.44º 0.94% 0.52% -
XYZ 13.04 11.66 1.79 -
YUV 91.16 81.07 157.84 -
System Red Green Blue C M Y K H S L
Decimal 133 86 8 0 0.35 0.94 0.48 37.44 0.89 0.28
Hex 85 56 8 0 23 5E 30 25 59 1C
Octal 205 126 10 0 43 136 60 45 131 34
Binary 10000101 1010110 1000 0 100011 1011110 110000 100101 1011001 11100

Color Harmonies of #855608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855608

Black with #855608

Text Example


Text Example

White with #855608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855608; }

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

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

background-color css

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

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

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

border-color css

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

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

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