#953021

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

Shades of Burnt Umber #953021

Tints of Burnt Umber #953021

Color information

#953021 (or 0x953021) is unknown color: approx Burnt Umber. HEX triplet: 95, 30 and 21. RGB value is (149,48,33). Sum of RGB (Red+Green+Blue) = 149+48+33=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 33 (13.28% from 255 or 14.35% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #953021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953021 is #6ACFDE. Grayscale: #4C4C4C. Windows color (decimal): -7000031 or 2175125. OLE color: 2175125.

HSL color Cylindrical-coordinate representation of color #953021: hue angle of 7.76º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #953021 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB1494833-
CMYK00.680.780.42
HSL7.76º63.74%35.69%-
HSV(B)7.76º77.85%58.43%-
XYZ13.738.612.38-
YUV76.49103.46179.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.78%
GREEN value IS 48 (19.14% from 255) = 20.87%
BLUE value IS 33 (13.28% from 255) = 14.35%
R=64.78%
G=20.87%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149483300.680.780.427.7663.7435.69
Hex9530210444E2A84024
Octal22560410104116521010044
Binary1001010111000010000101000100100111010101010001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953021; }

 p { color: rgb(149,48,33); }

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

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

 a { background-color: rgb(149,48,33); }

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

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

 span { border-color: rgb(149,48,33); }

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