Html Css Color HEX #883114 Burnt Umber

📋 copy color: '#883114'

red 136 ◦ green 49 ◦ blue 20

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

Shades of Burnt Umber #883114

Tints of Burnt Umber #883114

RGB

 RED value IS 136 (53.52% from 255) = 66.34%

 GREEN value IS 49 (19.53% from 255) = 23.9%

 BLUE value IS 20 (8.2% from 255) = 9.76%

R = 66.34%
G = 23.9%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#883114 (or 0x883114) is known color: Burnt Umber. HEX triplet: 88, 31 and 14. RGB value is (136,49,20). Sum of RGB (Red+Green+Blue) = 136+49+20=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #883114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883114 is #77CEEB. Grayscale: #474747. Windows color (decimal): -7851756 or 1323400. OLE color: 1323400.

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

Color convert

RGB 136 49 20 -
CMYK 0 0.64 0.85 0.47
HSL 15º 0.74% 0.31% -
HSV(B) 15º 0.85% 0.53% -
XYZ 11.38 7.48 1.51 -
YUV 71.71 98.82 173.86 -
System Red Green Blue C M Y K H S L
Decimal 136 49 20 0 0.64 0.85 0.47 15 0.74 0.31
Hex 88 31 14 0 40 55 2F F 4A 1F
Octal 210 61 24 0 100 125 57 17 112 37
Binary 10001000 110001 10100 0 1000000 1010101 101111 1111 1001010 11111

Color Harmonies of #883114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883114

Black with #883114

Text Example


Text Example

White with #883114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883114; }

 p { color: rgb(136,49,20); }

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

background-color css

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

 a { background-color: rgb(136,49,20); }

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

border-color css

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

 span { border-color: rgb(136,49,20); }

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