#855309

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

Shades of Raw Umber #855309

Tints of Raw Umber #855309

Color information

#855309 (or 0x855309) is unknown color: approx Raw Umber. HEX triplet: 85, 53 and 09. RGB value is (133,83,9). Sum of RGB (Red+Green+Blue) = 133+83+9=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 9 (3.91% from 255 or 4% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #855309 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855309 is #7AACF6. Grayscale: #595959. Windows color (decimal): -8039671 or 611205. OLE color: 611205.

HSL color Cylindrical-coordinate representation of color #855309: hue angle of 35.81º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #855309 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB133839-
CMYK00.380.930.48
HSL35.81º87.32%27.84%-
HSV(B)35.81º93.23%52.16%-
XYZ12.8211.191.74-
YUV89.5182.56159.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 59.11%
GREEN value IS 83 (32.81% from 255) = 36.89%
BLUE value IS 9 (3.91% from 255) = 4%
R=59.11%
G=36.89%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13383900.380.930.4835.8187.3227.84
Hex855390265D3024571c
Octal20512311046135604412734
Binary100001011010011100101001101011101110000100100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855309; }

 p { color: rgb(133,83,9); }

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

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

 a { background-color: rgb(133,83,9); }

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

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

 span { border-color: rgb(133,83,9); }

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