Html Css Color HEX #863218 Burnt Umber

📋 copy color: '#863218'

red 134 ◦ green 50 ◦ blue 24

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

Shades of Burnt Umber #863218

Tints of Burnt Umber #863218

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.04%

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

R = 64.42%
G = 24.04%
B = 11.54%

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

#863218 (or 0x863218) is known color: Burnt Umber. HEX triplet: 86, 32 and 18. RGB value is (134,50,24). Sum of RGB (Red+Green+Blue) = 134+50+24=208 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.42% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 134 - color contains mainly: red. Hex color #863218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863218 is #79CDE7. Grayscale: #484848. Windows color (decimal): -7982568 or 1585798. OLE color: 1585798.

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

Color convert

RGB 134 50 24 -
CMYK 0 0.63 0.82 0.47
HSL 14.18º 0.7% 0.31% -
HSV(B) 14.18º 0.82% 0.53% -
XYZ 11.14 7.42 1.71 -
YUV 72.15 100.83 172.11 -
System Red Green Blue C M Y K H S L
Decimal 134 50 24 0 0.63 0.82 0.47 14.18 0.7 0.31
Hex 86 32 18 0 3F 52 2F E 46 1F
Octal 206 62 30 0 77 122 57 16 106 37
Binary 10000110 110010 11000 0 111111 1010010 101111 1110 1000110 11111

Color Harmonies of #863218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863218

Black with #863218

Text Example


Text Example

White with #863218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863218; }

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

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

background-color css

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

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

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

border-color css

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

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

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