Html Css Color HEX #863C1E Burnt Umber

📋 copy color: '#863C1E'

red 134 ◦ green 60 ◦ blue 30

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

Shades of Burnt Umber #863C1E

Tints of Burnt Umber #863C1E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.79%

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

R = 59.82%
G = 26.79%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#863C1E (or 0x863C1E) is known color: Burnt Umber. HEX triplet: 86, 3C and 1E. RGB value is (134,60,30). Sum of RGB (Red+Green+Blue) = 134+60+30=224 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.82% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 134 - color contains mainly: red. Hex color #863C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863C1E is #79C3E1. Grayscale: #4E4E4E. Windows color (decimal): -7980002 or 1981574. OLE color: 1981574.

HSL color Cylindrical-coordinate representation of color #863C1E: hue angle of 17.31º 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 #863C1E is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 60 30 -
CMYK 0 0.55 0.78 0.47
HSL 17.31º 0.63% 0.32% -
HSV(B) 17.31º 0.78% 0.53% -
XYZ 11.68 8.39 2.23 -
YUV 78.71 100.52 167.44 -
System Red Green Blue C M Y K H S L
Decimal 134 60 30 0 0.55 0.78 0.47 17.31 0.63 0.32
Hex 86 3C 1E 0 37 4E 2F 11 3F 20
Octal 206 74 36 0 67 116 57 21 77 40
Binary 10000110 111100 11110 0 110111 1001110 101111 10001 111111 100000

Color Harmonies of #863C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C1E

Black with #863C1E

Text Example


Text Example

White with #863C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863C1E; }

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

 H1.HeaderClassName
 {
   color: #863C1E;
 }
 .AnyTagClassName
 {
   color: #863C1E;
 }
</style>

background-color css

<style>
 a { background-color: #863C1E; }

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

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

border-color css

<style>
 span { border-color: #863C1E; }

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

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