Html Css Color HEX #85540E Raw Umber

📋 copy color: '#85540E'

red 133 ◦ green 84 ◦ blue 14

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

Shades of Raw Umber #85540E

Tints of Raw Umber #85540E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.36%

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

R = 57.58%
G = 36.36%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85540E (or 0x85540E) is known color: Raw Umber. HEX triplet: 85, 54 and 0E. RGB value is (133,84,14). Sum of RGB (Red+Green+Blue) = 133+84+14=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #85540E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85540E is #7AABF1. Grayscale: #5B5B5B. Windows color (decimal): -8039410 or 939141. OLE color: 939141.

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

Color convert

RGB 133 84 14 -
CMYK 0 0.37 0.89 0.48
HSL 35.29º 0.81% 0.29% -
HSV(B) 35.29º 0.89% 0.52% -
XYZ 12.92 11.36 1.93 -
YUV 90.67 84.73 158.19 -
System Red Green Blue C M Y K H S L
Decimal 133 84 14 0 0.37 0.89 0.48 35.29 0.81 0.29
Hex 85 54 E 0 25 59 30 23 51 1D
Octal 205 124 16 0 45 131 60 43 121 35
Binary 10000101 1010100 1110 0 100101 1011001 110000 100011 1010001 11101

Color Harmonies of #85540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85540E

Black with #85540E

Text Example


Text Example

White with #85540E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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