Html Css Color HEX #86270F Burnt Umber

📋 copy color: '#86270F'

red 134 ◦ green 39 ◦ blue 15

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

Shades of Burnt Umber #86270F

Tints of Burnt Umber #86270F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.74%

 BLUE value IS 15 (6.25% from 255) = 7.98%

R = 71.28%
G = 20.74%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#86270F (or 0x86270F) is known color: Burnt Umber. HEX triplet: 86, 27 and 0F. RGB value is (134,39,15). Sum of RGB (Red+Green+Blue) = 134+39+15=188 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.28% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 134 - color contains mainly: red. Hex color #86270F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86270F is #79D8F0. Grayscale: #404040. Windows color (decimal): -7985393 or 993158. OLE color: 993158.

HSL color Cylindrical-coordinate representation of color #86270F: hue angle of 12.1º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #86270F is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 39 15 -
CMYK 0 0.71 0.89 0.47
HSL 12.1º 0.8% 0.29% -
HSV(B) 12.1º 0.89% 0.53% -
XYZ 10.64 6.55 1.16 -
YUV 64.67 99.97 177.45 -
System Red Green Blue C M Y K H S L
Decimal 134 39 15 0 0.71 0.89 0.47 12.1 0.8 0.29
Hex 86 27 F 0 47 59 2F C 50 1D
Octal 206 47 17 0 107 131 57 14 120 35
Binary 10000110 100111 1111 0 1000111 1011001 101111 1100 1010000 11101

Color Harmonies of #86270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86270F

Black with #86270F

Text Example


Text Example

White with #86270F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,39,15); }

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

background-color css

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

 a { background-color: rgb(134,39,15); }

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

border-color css

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

 span { border-color: rgb(134,39,15); }

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