Html Css Color HEX #85341F Burnt Umber

📋 copy color: '#85341F'

red 133 ◦ green 52 ◦ blue 31

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

Shades of Burnt Umber #85341F

Tints of Burnt Umber #85341F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.07%

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

R = 61.57%
G = 24.07%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85341F (or 0x85341F) is known color: Burnt Umber. HEX triplet: 85, 34 and 1F. RGB value is (133,52,31). Sum of RGB (Red+Green+Blue) = 133+52+31=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 31 (12.5% from 255 or 14.35% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #85341F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85341F is #7ACBE0. Grayscale: #494949. Windows color (decimal): -8047585 or 2045061. OLE color: 2045061.

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

Color convert

RGB 133 52 31 -
CMYK 0 0.61 0.77 0.48
HSL 12.35º 0.62% 0.32% -
HSV(B) 12.35º 0.77% 0.52% -
XYZ 11.15 7.54 2.16 -
YUV 73.83 103.84 170.21 -
System Red Green Blue C M Y K H S L
Decimal 133 52 31 0 0.61 0.77 0.48 12.35 0.62 0.32
Hex 85 34 1F 0 3D 4D 30 C 3E 20
Octal 205 64 37 0 75 115 60 14 76 40
Binary 10000101 110100 11111 0 111101 1001101 110000 1100 111110 100000

Color Harmonies of #85341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85341F

Black with #85341F

Text Example


Text Example

White with #85341F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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