Html Css Color HEX #863228 Burnt Umber

📋 copy color: '#863228'

red 134 ◦ green 50 ◦ blue 40

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

Shades of Burnt Umber #863228

Tints of Burnt Umber #863228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.86%

R = 59.82%
G = 22.32%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#863228 (or 0x863228) is known color: Burnt Umber. HEX triplet: 86, 32 and 28. RGB value is (134,50,40). Sum of RGB (Red+Green+Blue) = 134+50+40=224 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.82% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 134 - color contains mainly: red. Hex color #863228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863228 is #79CDD7. Grayscale: #4A4A4A. Windows color (decimal): -7982552 or 2634374. OLE color: 2634374.

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

Color convert

RGB 134 50 40 -
CMYK 0 0.63 0.70 0.47
HSL 6.38º 0.54% 0.34% -
HSV(B) 6.38º 0.7% 0.53% -
XYZ 11.36 7.5 2.86 -
YUV 73.98 108.83 170.81 -
System Red Green Blue C M Y K H S L
Decimal 134 50 40 0 0.63 0.70 0.47 6.38 0.54 0.34
Hex 86 32 28 0 3F 46 2F 6 36 22
Octal 206 62 50 0 77 106 57 6 66 42
Binary 10000110 110010 101000 0 111111 1000110 101111 110 110110 100010

Color Harmonies of #863228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863228

Black with #863228

Text Example


Text Example

White with #863228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863228; }

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

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

background-color css

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

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

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

border-color css

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

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

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