Html Css Color HEX #855509 Raw Umber

📋 copy color: '#855509'

red 133 ◦ green 85 ◦ blue 9

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

Shades of Raw Umber #855509

Tints of Raw Umber #855509

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.44%

 BLUE value IS 9 (3.91% from 255) = 3.96%

R = 58.59%
G = 37.44%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#855509 (or 0x855509) is known color: Raw Umber. HEX triplet: 85, 55 and 09. RGB value is (133,85,9). Sum of RGB (Red+Green+Blue) = 133+85+9=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #855509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855509 is #7AAAF6. Grayscale: #5B5B5B. Windows color (decimal): -8039159 or 611717. OLE color: 611717.

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

Color convert

RGB 133 85 9 -
CMYK 0 0.36 0.93 0.48
HSL 36.77º 0.87% 0.28% -
HSV(B) 36.77º 0.93% 0.52% -
XYZ 12.97 11.5 1.8 -
YUV 90.69 81.9 158.18 -
System Red Green Blue C M Y K H S L
Decimal 133 85 9 0 0.36 0.93 0.48 36.77 0.87 0.28
Hex 85 55 9 0 24 5D 30 25 57 1C
Octal 205 125 11 0 44 135 60 45 127 34
Binary 10000101 1010101 1001 0 100100 1011101 110000 100101 1010111 11100

Color Harmonies of #855509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855509

Black with #855509

Text Example


Text Example

White with #855509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855509; }

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

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

background-color css

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

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

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

border-color css

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

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

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