Html Css Color HEX #85301E Burnt Umber

📋 copy color: '#85301E'

red 133 ◦ green 48 ◦ blue 30

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

Shades of Burnt Umber #85301E

Tints of Burnt Umber #85301E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.75%

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

R = 63.03%
G = 22.75%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85301E (or 0x85301E) is known color: Burnt Umber. HEX triplet: 85, 30 and 1E. RGB value is (133,48,30). Sum of RGB (Red+Green+Blue) = 133+48+30=211 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.03% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 30 (12.11% from 255 or 14.22% from 211); Max value from RGB is 133 - color contains mainly: red. Hex color #85301E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85301E is #7ACFE1. Grayscale: #474747. Windows color (decimal): -8048610 or 1978501. OLE color: 1978501.

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

Color convert

RGB 133 48 30 -
CMYK 0 0.64 0.77 0.48
HSL 10.49º 0.63% 0.32% -
HSV(B) 10.49º 0.77% 0.52% -
XYZ 10.96 7.19 2.04 -
YUV 71.36 104.66 171.96 -
System Red Green Blue C M Y K H S L
Decimal 133 48 30 0 0.64 0.77 0.48 10.49 0.63 0.32
Hex 85 30 1E 0 40 4D 30 A 3F 20
Octal 205 60 36 0 100 115 60 12 77 40
Binary 10000101 110000 11110 0 1000000 1001101 110000 1010 111111 100000

Color Harmonies of #85301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85301E

Black with #85301E

Text Example


Text Example

White with #85301E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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