#96270B

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

Shades of Burnt Umber #96270B

Tints of Burnt Umber #96270B

Color information

#96270B (or 0x96270B) is unknown color: approx Burnt Umber. HEX triplet: 96, 27 and 0B. RGB value is (150,39,11). Sum of RGB (Red+Green+Blue) = 150+39+11=200 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 150 - color contains mainly: red. Hex color #96270B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96270B is #69D8F4. Grayscale: #454545. Windows color (decimal): -6936821 or 731030. OLE color: 731030.

HSL color Cylindrical-coordinate representation of color #96270B: hue angle of 12.09º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96270B is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB1503911-
CMYK00.740.930.41
HSL12.09º86.34%31.57%-
HSV(B)12.09º92.67%58.82%-
XYZ13.367.961.15-
YUV6995.27185.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 75%
GREEN value IS 39 (15.62% from 255) = 19.5%
BLUE value IS 11 (4.69% from 255) = 5.5%
R=75%
G=19.5%
B=5.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150391100.740.930.4112.0986.3431.57
Hex9627B04A5D29c5620
Octal22647130112135511412640
Binary10010110100111101101001010101110110100111001010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96270B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96270B; }

 p { color: rgb(150,39,11); }

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

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

 a { background-color: rgb(150,39,11); }

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

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

 span { border-color: rgb(150,39,11); }

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