Html Css Color HEX #855800 Raw Umber

📋 copy color: '#855800'

red 133 ◦ green 88 ◦ blue 0

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

Shades of Raw Umber #855800

Tints of Raw Umber #855800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.18%
G = 39.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#855800 (or 0x855800) is known color: Raw Umber. HEX triplet: 85, 58 and 00. RGB value is (133,88,0). Sum of RGB (Red+Green+Blue) = 133+88+0=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #855800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855800 is #7AA7FF. Grayscale: #5B5B5B. Windows color (decimal): -8038400 or 22661. OLE color: 22661.

HSL color Cylindrical-coordinate representation of color #855800: hue angle of 39.7º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #855800 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 88 0 -
CMYK 0 0.34 1 0.48
HSL 39.7º 1% 0.26% -
HSV(B) 39.7º 1% 0.52% -
XYZ 13.16 11.97 1.62 -
YUV 91.42 76.41 157.66 -
System Red Green Blue C M Y K H S L
Decimal 133 88 0 0 0.34 1 0.48 39.7 1 0.26
Hex 85 58 0 0 22 64 30 28 64 1A
Octal 205 130 0 0 42 144 60 50 144 32
Binary 10000101 1011000 0 0 100010 1100100 110000 101000 1100100 11010

Color Harmonies of #855800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855800

Black with #855800

Text Example


Text Example

White with #855800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855800; }

 p { color: rgb(133,88,0); }

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

background-color css

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

 a { background-color: rgb(133,88,0); }

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

border-color css

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

 span { border-color: rgb(133,88,0); }

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