#855000

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

Shades of Raw Umber #855000

Tints of Raw Umber #855000

Color information

#855000 (or 0x855000) is unknown color: approx Raw Umber. HEX triplet: 85, 50 and 00. RGB value is (133,80,0). Sum of RGB (Red+Green+Blue) = 133+80+0=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #855000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855000 is #7AAFFF. Grayscale: #575757. Windows color (decimal): -8040448 or 20613. OLE color: 20613.

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

Color convert

RGB133800-
CMYK00.4010.48
HSL36.09º100%26.08%-
HSV(B)36.09º100%52.16%-
XYZ12.5410.721.41-
YUV86.7379.06161-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.44%
GREEN value IS 80 (31.64% from 255) = 37.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.44%
G=37.56%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13380000.4010.4836.0910026.08
Hex85500028643024641a
Octal2051200050144604414432
Binary100001011010000001010001100100110000100100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855000; }

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

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

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

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

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

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

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

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