Html Css Color HEX #863028 Burnt Umber

📋 copy color: '#863028'

red 134 ◦ green 48 ◦ blue 40

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

Shades of Burnt Umber #863028

Tints of Burnt Umber #863028

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.62%

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

R = 60.36%
G = 21.62%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#863028 (or 0x863028) is known color: Burnt Umber. HEX triplet: 86, 30 and 28. RGB value is (134,48,40). Sum of RGB (Red+Green+Blue) = 134+48+40=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 40 (16.02% from 255 or 18.02% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #863028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863028 is #79CFD7. Grayscale: #484848. Windows color (decimal): -7983064 or 2633862. OLE color: 2633862.

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

Color convert

RGB 134 48 40 -
CMYK 0 0.64 0.70 0.47
HSL 5.11º 0.54% 0.34% -
HSV(B) 5.11º 0.7% 0.53% -
XYZ 11.27 7.34 2.83 -
YUV 72.8 109.49 171.65 -
System Red Green Blue C M Y K H S L
Decimal 134 48 40 0 0.64 0.70 0.47 5.11 0.54 0.34
Hex 86 30 28 0 40 46 2F 5 36 22
Octal 206 60 50 0 100 106 57 5 66 42
Binary 10000110 110000 101000 0 1000000 1000110 101111 101 110110 100010

Color Harmonies of #863028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863028

Black with #863028

Text Example


Text Example

White with #863028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863028; }

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

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

background-color css

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

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

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

border-color css

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

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

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