#9A2702

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

Shades of Burnt Umber #9A2702

Tints of Burnt Umber #9A2702

Color information

#9A2702 (or 0x9A2702) is unknown color: approx Burnt Umber. HEX triplet: 9A, 27 and 02. RGB value is (154,39,2). Sum of RGB (Red+Green+Blue) = 154+39+2=195 (25% of max value = 765). Red value is 154 (60.55% from 255 or 78.97% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2702 is #65D8FD. Grayscale: #454545. Windows color (decimal): -6674686 or 141210. OLE color: 141210.

HSL color Cylindrical-coordinate representation of color #9A2702: hue angle of 14.61º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A2702 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB154392-
CMYK00.750.990.40
HSL14.61º97.44%30.59%-
HSV(B)14.61º98.7%60.39%-
XYZ14.068.330.92-
YUV69.1790.1188.51-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 78.97%
GREEN value IS 39 (15.62% from 255) = 20%
BLUE value IS 2 (1.17% from 255) = 1.03%
R=78.97%
G=20%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15439200.750.990.4014.6197.4430.59
Hex9A27204B6328f611f
Octal2324720113143501714137
Binary10011010100111100100101111000111010001111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A2702; }

 p { color: rgb(154,39,2); }

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

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

 a { background-color: rgb(154,39,2); }

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

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

 span { border-color: rgb(154,39,2); }

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