#85580B

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

Shades of Raw Umber #85580B

Tints of Raw Umber #85580B

Color information

#85580B (or 0x85580B) is unknown color: approx Raw Umber. HEX triplet: 85, 58 and 0B. RGB value is (133,88,11). Sum of RGB (Red+Green+Blue) = 133+88+11=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #85580B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85580B is #7AA7F4. Grayscale: #5D5D5D. Windows color (decimal): -8038389 or 743557. OLE color: 743557.

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

Color convert

RGB1338811-
CMYK00.340.920.48
HSL37.87º84.72%28.24%-
HSV(B)37.87º91.73%52.16%-
XYZ13.2211.991.93-
YUV92.6881.91156.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.33%
GREEN value IS 88 (34.77% from 255) = 37.93%
BLUE value IS 11 (4.69% from 255) = 4.74%
R=57.33%
G=37.93%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133881100.340.920.4837.8784.7228.24
Hex8558B0225C3026551c
Octal20513013042134604612534
Binary100001011011000101101000101011100110000100110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85580B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85580B; }

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

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

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

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

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

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

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

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