Html Css Color HEX #863219 Burnt Umber

📋 copy color: '#863219'

red 134 ◦ green 50 ◦ blue 25

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

Shades of Burnt Umber #863219

Tints of Burnt Umber #863219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.96%

R = 64.11%
G = 23.92%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#863219 (or 0x863219) is known color: Burnt Umber. HEX triplet: 86, 32 and 19. RGB value is (134,50,25). Sum of RGB (Red+Green+Blue) = 134+50+25=209 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.11% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 134 - color contains mainly: red. Hex color #863219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863219 is #79CDE6. Grayscale: #484848. Windows color (decimal): -7982567 or 1651334. OLE color: 1651334.

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

Color convert

RGB 134 50 25 -
CMYK 0 0.63 0.81 0.47
HSL 13.76º 0.69% 0.31% -
HSV(B) 13.76º 0.81% 0.53% -
XYZ 11.15 7.42 1.76 -
YUV 72.27 101.33 172.03 -
System Red Green Blue C M Y K H S L
Decimal 134 50 25 0 0.63 0.81 0.47 13.76 0.69 0.31
Hex 86 32 19 0 3F 51 2F E 45 1F
Octal 206 62 31 0 77 121 57 16 105 37
Binary 10000110 110010 11001 0 111111 1010001 101111 1110 1000101 11111

Color Harmonies of #863219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863219

Black with #863219

Text Example


Text Example

White with #863219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863219; }

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

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

background-color css

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

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

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

border-color css

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

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

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