Html Css Color HEX #862E1E Burnt Umber

📋 copy color: '#862E1E'

red 134 ◦ green 46 ◦ blue 30

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

Shades of Burnt Umber #862E1E

Tints of Burnt Umber #862E1E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.9%

 BLUE value IS 30 (12.11% from 255) = 14.29%

R = 63.81%
G = 21.9%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#862E1E (or 0x862E1E) is known color: Burnt Umber. HEX triplet: 86, 2E and 1E. RGB value is (134,46,30). Sum of RGB (Red+Green+Blue) = 134+46+30=210 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.81% from 210); Green value is 46 (18.36% from 255 or 21.90% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 134 - color contains mainly: red. Hex color #862E1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862E1E is #79D1E1. Grayscale: #464646. Windows color (decimal): -7983586 or 1977990. OLE color: 1977990.

HSL color Cylindrical-coordinate representation of color #862E1E: hue angle of 9.23º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #862E1E is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 46 30 -
CMYK 0 0.66 0.78 0.47
HSL 9.23º 0.63% 0.32% -
HSV(B) 9.23º 0.78% 0.53% -
XYZ 11.04 7.12 2.02 -
YUV 70.49 105.15 173.3 -
System Red Green Blue C M Y K H S L
Decimal 134 46 30 0 0.66 0.78 0.47 9.23 0.63 0.32
Hex 86 2E 1E 0 42 4E 2F 9 3F 20
Octal 206 56 36 0 102 116 57 11 77 40
Binary 10000110 101110 11110 0 1000010 1001110 101111 1001 111111 100000

Color Harmonies of #862E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862E1E

Black with #862E1E

Text Example


Text Example

White with #862E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,46,30); }

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

background-color css

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

 a { background-color: rgb(134,46,30); }

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

border-color css

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

 span { border-color: rgb(134,46,30); }

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