Html Css Color HEX #85351C Burnt Umber

📋 copy color: '#85351C'

red 133 ◦ green 53 ◦ blue 28

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

Shades of Burnt Umber #85351C

Tints of Burnt Umber #85351C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.08%

R = 62.15%
G = 24.77%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#85351C (or 0x85351C) is known color: Burnt Umber. HEX triplet: 85, 35 and 1C. RGB value is (133,53,28). Sum of RGB (Red+Green+Blue) = 133+53+28=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #85351C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85351C is #7ACAE3. Grayscale: #4A4A4A. Windows color (decimal): -8047332 or 1848709. OLE color: 1848709.

HSL color Cylindrical-coordinate representation of color #85351C: hue angle of 14.29º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85351C is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 53 28 -
CMYK 0 0.60 0.79 0.48
HSL 14.29º 0.65% 0.32% -
HSV(B) 14.29º 0.79% 0.52% -
XYZ 11.16 7.62 1.98 -
YUV 74.07 102 170.03 -
System Red Green Blue C M Y K H S L
Decimal 133 53 28 0 0.60 0.79 0.48 14.29 0.65 0.32
Hex 85 35 1C 0 3C 4F 30 E 41 20
Octal 205 65 34 0 74 117 60 16 101 40
Binary 10000101 110101 11100 0 111100 1001111 110000 1110 1000001 100000

Color Harmonies of #85351C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85351C

Black with #85351C

Text Example


Text Example

White with #85351C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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