Html Css Color HEX #85301F Burnt Umber

📋 copy color: '#85301F'

red 133 ◦ green 48 ◦ blue 31

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

Shades of Burnt Umber #85301F

Tints of Burnt Umber #85301F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.62%

R = 62.74%
G = 22.64%
B = 14.62%

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

#85301F (or 0x85301F) is known color: Burnt Umber. HEX triplet: 85, 30 and 1F. RGB value is (133,48,31). Sum of RGB (Red+Green+Blue) = 133+48+31=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #85301F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85301F is #7ACFE0. Grayscale: #474747. Windows color (decimal): -8048609 or 2044037. OLE color: 2044037.

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

Color convert

RGB 133 48 31 -
CMYK 0 0.64 0.77 0.48
HSL 10º 0.62% 0.32% -
HSV(B) 10º 0.77% 0.52% -
XYZ 10.98 7.2 2.11 -
YUV 71.48 105.16 171.88 -
System Red Green Blue C M Y K H S L
Decimal 133 48 31 0 0.64 0.77 0.48 10 0.62 0.32
Hex 85 30 1F 0 40 4D 30 A 3E 20
Octal 205 60 37 0 100 115 60 12 76 40
Binary 10000101 110000 11111 0 1000000 1001101 110000 1010 111110 100000

Color Harmonies of #85301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85301F

Black with #85301F

Text Example


Text Example

White with #85301F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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