#9a361b

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

Shades of Burnt Umber #9A361B

Tints of Burnt Umber #9A361B

Color information

#9A361B (or 0x9A361B) is unknown color: approx Burnt Umber. HEX triplet: 9A, 36 and 1B. RGB value is (154,54,27). Sum of RGB (Red+Green+Blue) = 154+54+27=235 (31% of max value = 765). Red value is 154 (60.55% from 255 or 65.53% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 154 - color contains mainly: red. Hex color #9A361B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A361B is #65C9E4. Grayscale: #515151. Windows color (decimal): -6670821 or 1783450. OLE color: 1783450.

HSL color Cylindrical-coordinate representation of color #9A361B: hue angle of 12.76º 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 #9A361B is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB1545427-
CMYK00.650.820.40
HSL12.76º70.17%35.49%-
HSV(B)12.76º82.47%60.39%-
XYZ14.849.592.11-
YUV80.8297.63180.2-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 65.53%
GREEN value IS 54 (21.48% from 255) = 22.98%
BLUE value IS 27 (10.94% from 255) = 11.49%
R=65.53%
G=22.98%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154542700.650.820.4012.7670.1735.49
Hex9A361B0415228d4623
Octal23266330101122501510643
Binary100110101101101101101000001101001010100011011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a361b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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