Html Css Color HEX #863118 Burnt Umber

📋 copy color: '#863118'

red 134 ◦ green 49 ◦ blue 24

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

Shades of Burnt Umber #863118

Tints of Burnt Umber #863118

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.67%

 BLUE value IS 24 (9.77% from 255) = 11.59%

R = 64.73%
G = 23.67%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#863118 (or 0x863118) is known color: Burnt Umber. HEX triplet: 86, 31 and 18. RGB value is (134,49,24). Sum of RGB (Red+Green+Blue) = 134+49+24=207 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.73% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 134 - color contains mainly: red. Hex color #863118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863118 is #79CEE7. Grayscale: #474747. Windows color (decimal): -7982824 or 1585542. OLE color: 1585542.

HSL color Cylindrical-coordinate representation of color #863118: hue angle of 13.64º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #863118 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 49 24 -
CMYK 0 0.63 0.82 0.47
HSL 13.64º 0.7% 0.31% -
HSV(B) 13.64º 0.82% 0.53% -
XYZ 11.09 7.33 1.69 -
YUV 71.57 101.16 172.53 -
System Red Green Blue C M Y K H S L
Decimal 134 49 24 0 0.63 0.82 0.47 13.64 0.7 0.31
Hex 86 31 18 0 3F 52 2F E 46 1F
Octal 206 61 30 0 77 122 57 16 106 37
Binary 10000110 110001 11000 0 111111 1010010 101111 1110 1000110 11111

Color Harmonies of #863118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863118

Black with #863118

Text Example


Text Example

White with #863118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863118; }

 p { color: rgb(134,49,24); }

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

background-color css

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

 a { background-color: rgb(134,49,24); }

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

border-color css

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

 span { border-color: rgb(134,49,24); }

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