Html Css Color HEX #86381B Burnt Umber

📋 copy color: '#86381B'

red 134 ◦ green 56 ◦ blue 27

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

Shades of Burnt Umber #86381B

Tints of Burnt Umber #86381B

RGB

 RED value IS 134 (52.73% from 255) = 61.75%

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

 BLUE value IS 27 (10.94% from 255) = 12.44%

R = 61.75%
G = 25.81%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0.47

RGB Variations

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

Color information

#86381B (or 0x86381B) is known color: Burnt Umber. HEX triplet: 86, 38 and 1B. RGB value is (134,56,27). Sum of RGB (Red+Green+Blue) = 134+56+27=217 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.75% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 134 - color contains mainly: red. Hex color #86381B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86381B is #79C7E4. Grayscale: #4C4C4C. Windows color (decimal): -7981029 or 1783942. OLE color: 1783942.

HSL color Cylindrical-coordinate representation of color #86381B: hue angle of 16.26º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #86381B is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 56 27 -
CMYK 0 0.58 0.80 0.47
HSL 16.26º 0.66% 0.32% -
HSV(B) 16.26º 0.8% 0.53% -
XYZ 11.44 7.98 1.97 -
YUV 76.02 100.34 169.36 -
System Red Green Blue C M Y K H S L
Decimal 134 56 27 0 0.58 0.80 0.47 16.26 0.66 0.32
Hex 86 38 1B 0 3A 50 2F 10 42 20
Octal 206 70 33 0 72 120 57 20 102 40
Binary 10000110 111000 11011 0 111010 1010000 101111 10000 1000010 100000

Color Harmonies of #86381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86381B

Black with #86381B

Text Example


Text Example

White with #86381B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86381B; }

 p { color: rgb(134,56,27); }

 H1.HeaderClassName
 {
   color: #86381B;
 }
 .AnyTagClassName
 {
   color: #86381B;
 }
</style>

background-color css

<style>
 a { background-color: #86381B; }

 a { background-color: rgb(134,56,27); }

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

border-color css

<style>
 span { border-color: #86381B; }

 span { border-color: rgb(134,56,27); }

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