Html Css Color HEX #85550E Raw Umber

📋 copy color: '#85550E'

red 133 ◦ green 85 ◦ blue 14

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

Shades of Raw Umber #85550E

Tints of Raw Umber #85550E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.03%

R = 57.33%
G = 36.64%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85550E (or 0x85550E) is known color: Raw Umber. HEX triplet: 85, 55 and 0E. RGB value is (133,85,14). Sum of RGB (Red+Green+Blue) = 133+85+14=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #85550E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85550E is #7AAAF1. Grayscale: #5B5B5B. Windows color (decimal): -8039154 or 939397. OLE color: 939397.

HSL color Cylindrical-coordinate representation of color #85550E: hue angle of 35.8º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85550E is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 85 14 -
CMYK 0 0.36 0.89 0.48
HSL 35.8º 0.81% 0.29% -
HSV(B) 35.8º 0.89% 0.52% -
XYZ 13 11.52 1.95 -
YUV 91.26 84.4 157.77 -
System Red Green Blue C M Y K H S L
Decimal 133 85 14 0 0.36 0.89 0.48 35.8 0.81 0.29
Hex 85 55 E 0 24 59 30 24 51 1D
Octal 205 125 16 0 44 131 60 44 121 35
Binary 10000101 1010101 1110 0 100100 1011001 110000 100100 1010001 11101

Color Harmonies of #85550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85550E

Black with #85550E

Text Example


Text Example

White with #85550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85550E; }

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

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

background-color css

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

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

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

border-color css

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

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

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