#855807

Color #855807 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #855807

Tints of Raw Umber #855807

Color information

#855807 (or 0x855807) is unknown color: approx Raw Umber. HEX triplet: 85, 58 and 07. RGB value is (133,88,7). Sum of RGB (Red+Green+Blue) = 133+88+7=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #855807 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855807 is #7AA7F8. Grayscale: #5C5C5C. Windows color (decimal): -8038393 or 481413. OLE color: 481413.

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

Color convert

RGB133887-
CMYK00.340.950.48
HSL38.57º90%27.45%-
HSV(B)38.57º94.74%52.16%-
XYZ13.211.981.82-
YUV92.2279.91157.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.33%
GREEN value IS 88 (34.77% from 255) = 38.60%
BLUE value IS 7 (3.12% from 255) = 3.07%
R=58.33%
G=38.60%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13388700.340.950.4838.579027.45
Hex855870225F30275a1b
Octal2051307042137604713233
Binary10000101101100011101000101011111110000100111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855807; }

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

 H1.HeaderClassName
 {
   color: #855807;
 }
 .AnyTagClassName
 {
   color: #855807;
 }
</style>
background-color css

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

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

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

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

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

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