Html Css Color HEX #85560E Raw Umber

📋 copy color: '#85560E'

red 133 ◦ green 86 ◦ blue 14

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

Shades of Raw Umber #85560E

Tints of Raw Umber #85560E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.91%

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

R = 57.08%
G = 36.91%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85560E (or 0x85560E) is known color: Raw Umber. HEX triplet: 85, 56 and 0E. RGB value is (133,86,14). Sum of RGB (Red+Green+Blue) = 133+86+14=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #85560E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85560E is #7AA9F1. Grayscale: #5C5C5C. Windows color (decimal): -8038898 or 939653. OLE color: 939653.

HSL color Cylindrical-coordinate representation of color #85560E: hue angle of 36.3º 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 #85560E is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 86 14 -
CMYK 0 0.35 0.89 0.48
HSL 36.3º 0.81% 0.29% -
HSV(B) 36.3º 0.89% 0.52% -
XYZ 13.08 11.67 1.98 -
YUV 91.85 84.07 157.35 -
System Red Green Blue C M Y K H S L
Decimal 133 86 14 0 0.35 0.89 0.48 36.3 0.81 0.29
Hex 85 56 E 0 23 59 30 24 51 1D
Octal 205 126 16 0 43 131 60 44 121 35
Binary 10000101 1010110 1110 0 100011 1011001 110000 100100 1010001 11101

Color Harmonies of #85560E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85560E

Black with #85560E

Text Example


Text Example

White with #85560E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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