Html Css Color HEX #85361E Burnt Umber

📋 copy color: '#85361E'

red 133 ◦ green 54 ◦ blue 30

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

Shades of Burnt Umber #85361E

Tints of Burnt Umber #85361E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.88%

 BLUE value IS 30 (12.11% from 255) = 13.82%

R = 61.29%
G = 24.88%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85361E (or 0x85361E) is known color: Burnt Umber. HEX triplet: 85, 36 and 1E. RGB value is (133,54,30). Sum of RGB (Red+Green+Blue) = 133+54+30=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 30 (12.11% from 255 or 13.82% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #85361E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85361E is #7AC9E1. Grayscale: #4B4B4B. Windows color (decimal): -8047074 or 1980037. OLE color: 1980037.

HSL color Cylindrical-coordinate representation of color #85361E: hue angle of 13.98º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85361E is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 54 30 -
CMYK 0 0.59 0.77 0.48
HSL 13.98º 0.63% 0.32% -
HSV(B) 13.98º 0.77% 0.52% -
XYZ 11.23 7.72 2.13 -
YUV 74.89 102.67 169.45 -
System Red Green Blue C M Y K H S L
Decimal 133 54 30 0 0.59 0.77 0.48 13.98 0.63 0.32
Hex 85 36 1E 0 3B 4D 30 E 3F 20
Octal 205 66 36 0 73 115 60 16 77 40
Binary 10000101 110110 11110 0 111011 1001101 110000 1110 111111 100000

Color Harmonies of #85361E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85361E

Black with #85361E

Text Example


Text Example

White with #85361E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,54,30); }

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

background-color css

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

 a { background-color: rgb(133,54,30); }

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

border-color css

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

 span { border-color: rgb(133,54,30); }

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