Html Css Color HEX #85381D Burnt Umber

📋 copy color: '#85381D'

red 133 ◦ green 56 ◦ blue 29

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

Shades of Burnt Umber #85381D

Tints of Burnt Umber #85381D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.69%

 BLUE value IS 29 (11.72% from 255) = 13.3%

R = 61.01%
G = 25.69%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#85381D (or 0x85381D) is known color: Burnt Umber. HEX triplet: 85, 38 and 1D. RGB value is (133,56,29). Sum of RGB (Red+Green+Blue) = 133+56+29=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #85381D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85381D is #7AC7E2. Grayscale: #4C4C4C. Windows color (decimal): -8046563 or 1915013. OLE color: 1915013.

HSL color Cylindrical-coordinate representation of color #85381D: hue angle of 15.58º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #85381D is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 56 29 -
CMYK 0 0.58 0.78 0.48
HSL 15.58º 0.64% 0.32% -
HSV(B) 15.58º 0.78% 0.52% -
XYZ 11.31 7.9 2.09 -
YUV 75.95 101.51 168.7 -
System Red Green Blue C M Y K H S L
Decimal 133 56 29 0 0.58 0.78 0.48 15.58 0.64 0.32
Hex 85 38 1D 0 3A 4E 30 10 40 20
Octal 205 70 35 0 72 116 60 20 100 40
Binary 10000101 111000 11101 0 111010 1001110 110000 10000 1000000 100000

Color Harmonies of #85381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85381D

Black with #85381D

Text Example


Text Example

White with #85381D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85381D; }

 p { color: rgb(133,56,29); }

 H1.HeaderClassName
 {
   color: #85381D;
 }
 .AnyTagClassName
 {
   color: #85381D;
 }
</style>

background-color css

<style>
 a { background-color: #85381D; }

 a { background-color: rgb(133,56,29); }

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

border-color css

<style>
 span { border-color: #85381D; }

 span { border-color: rgb(133,56,29); }

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