Html Css Color HEX #863418 Burnt Umber

📋 copy color: '#863418'

red 134 ◦ green 52 ◦ blue 24

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

Shades of Burnt Umber #863418

Tints of Burnt Umber #863418

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.76%

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

R = 63.81%
G = 24.76%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#863418 (or 0x863418) is known color: Burnt Umber. HEX triplet: 86, 34 and 18. RGB value is (134,52,24). Sum of RGB (Red+Green+Blue) = 134+52+24=210 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.81% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 134 - color contains mainly: red. Hex color #863418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863418 is #79CBE7. Grayscale: #494949. Windows color (decimal): -7982056 or 1586310. OLE color: 1586310.

HSL color Cylindrical-coordinate representation of color #863418: hue angle of 15.27º 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 #863418 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 52 24 -
CMYK 0 0.61 0.82 0.47
HSL 15.27º 0.7% 0.31% -
HSV(B) 15.27º 0.82% 0.53% -
XYZ 11.22 7.59 1.74 -
YUV 73.33 100.17 171.28 -
System Red Green Blue C M Y K H S L
Decimal 134 52 24 0 0.61 0.82 0.47 15.27 0.7 0.31
Hex 86 34 18 0 3D 52 2F F 46 1F
Octal 206 64 30 0 75 122 57 17 106 37
Binary 10000110 110100 11000 0 111101 1010010 101111 1111 1000110 11111

Color Harmonies of #863418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863418

Black with #863418

Text Example


Text Example

White with #863418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863418; }

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

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

background-color css

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

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

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

border-color css

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

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

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