#9A331B

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

Shades of Burnt Umber #9A331B

Tints of Burnt Umber #9A331B

Color information

#9A331B (or 0x9A331B) is unknown color: approx Burnt Umber. HEX triplet: 9A, 33 and 1B. RGB value is (154,51,27). Sum of RGB (Red+Green+Blue) = 154+51+27=232 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.38% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 154 - color contains mainly: red. Hex color #9A331B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A331B is #65CCE4. Grayscale: #4F4F4F. Windows color (decimal): -6671589 or 1782682. OLE color: 1782682.

HSL color Cylindrical-coordinate representation of color #9A331B: hue angle of 11.34º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A331B is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB1545127-
CMYK00.670.820.40
HSL11.34º70.17%35.49%-
HSV(B)11.34º82.47%60.39%-
XYZ14.719.322.06-
YUV79.0698.62181.45-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 66.38%
GREEN value IS 51 (20.31% from 255) = 21.98%
BLUE value IS 27 (10.94% from 255) = 11.64%
R=66.38%
G=21.98%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154512700.670.820.4011.3470.1735.49
Hex9A331B0435228b4623
Octal23263330103122501310643
Binary100110101100111101101000011101001010100010111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A331B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,51,27); }

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

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

 a { background-color: rgb(154,51,27); }

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

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

 span { border-color: rgb(154,51,27); }

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