#883214

Color #883214 Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #883214

Tints of Burnt Umber #883214

Color information

#883214 (or 0x883214) is unknown color: approx Burnt Umber. HEX triplet: 88, 32 and 14. RGB value is (136,50,20). Sum of RGB (Red+Green+Blue) = 136+50+20=206 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.02% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 136 - color contains mainly: red. Hex color #883214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883214 is #77CDEB. Grayscale: #484848. Windows color (decimal): -7851500 or 1323656. OLE color: 1323656.

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

Color convert

RGB1365020-
CMYK00.630.850.47
HSL15.52º74.36%30.59%-
HSV(B)15.52º85.29%53.33%-
XYZ11.427.571.52-
YUV72.2998.49173.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 66.02%
GREEN value IS 50 (19.92% from 255) = 24.27%
BLUE value IS 20 (8.20% from 255) = 9.71%
R=66.02%
G=24.27%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136502000.630.850.4715.5274.3630.59
Hex88321403F552F104a1f
Octal2106224077125572011237
Binary10001000110010101000111111101010110111110000100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883214; }

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

 H1.HeaderClassName
 {
   color: #883214;
 }
 .AnyTagClassName
 {
   color: #883214;
 }
</style>
background-color css

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

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

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

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

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

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