Html Css Color HEX #862F0F Burnt Umber

📋 copy color: '#862F0F'

red 134 ◦ green 47 ◦ blue 15

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

Shades of Burnt Umber #862F0F

Tints of Burnt Umber #862F0F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.98%

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

R = 68.37%
G = 23.98%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#862F0F (or 0x862F0F) is known color: Burnt Umber. HEX triplet: 86, 2F and 0F. RGB value is (134,47,15). Sum of RGB (Red+Green+Blue) = 134+47+15=196 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.37% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 134 - color contains mainly: red. Hex color #862F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862F0F is #79D0F0. Grayscale: #454545. Windows color (decimal): -7983345 or 995206. OLE color: 995206.

HSL color Cylindrical-coordinate representation of color #862F0F: hue angle of 16.13º 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 #862F0F is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 47 15 -
CMYK 0 0.65 0.89 0.47
HSL 16.13º 0.8% 0.29% -
HSV(B) 16.13º 0.89% 0.53% -
XYZ 10.93 7.14 1.25 -
YUV 69.37 97.32 174.1 -
System Red Green Blue C M Y K H S L
Decimal 134 47 15 0 0.65 0.89 0.47 16.13 0.8 0.29
Hex 86 2F F 0 41 59 2F 10 50 1D
Octal 206 57 17 0 101 131 57 20 120 35
Binary 10000110 101111 1111 0 1000001 1011001 101111 10000 1010000 11101

Color Harmonies of #862F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862F0F

Black with #862F0F

Text Example


Text Example

White with #862F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862F0F; }

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

 H1.HeaderClassName
 {
   color: #862F0F;
 }
 .AnyTagClassName
 {
   color: #862F0F;
 }
</style>

background-color css

<style>
 a { background-color: #862F0F; }

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

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

border-color css

<style>
 span { border-color: #862F0F; }

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

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