Html Css Color HEX #85351E Burnt Umber

📋 copy color: '#85351E'

red 133 ◦ green 53 ◦ blue 30

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

Shades of Burnt Umber #85351E

Tints of Burnt Umber #85351E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.54%

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

R = 61.57%
G = 24.54%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85351E (or 0x85351E) is known color: Burnt Umber. HEX triplet: 85, 35 and 1E. RGB value is (133,53,30). Sum of RGB (Red+Green+Blue) = 133+53+30=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 30 (12.11% from 255 or 13.89% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #85351E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85351E is #7ACAE1. Grayscale: #4A4A4A. Windows color (decimal): -8047330 or 1979781. OLE color: 1979781.

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

Color convert

RGB 133 53 30 -
CMYK 0 0.60 0.77 0.48
HSL 13.4º 0.63% 0.32% -
HSV(B) 13.4º 0.77% 0.52% -
XYZ 11.18 7.63 2.11 -
YUV 74.3 103 169.87 -
System Red Green Blue C M Y K H S L
Decimal 133 53 30 0 0.60 0.77 0.48 13.4 0.63 0.32
Hex 85 35 1E 0 3C 4D 30 D 3F 20
Octal 205 65 36 0 74 115 60 15 77 40
Binary 10000101 110101 11110 0 111100 1001101 110000 1101 111111 100000

Color Harmonies of #85351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85351E

Black with #85351E

Text Example


Text Example

White with #85351E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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