#9B341A

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

Shades of Burnt Umber #9B341A

Tints of Burnt Umber #9B341A

Color information

#9B341A (or 0x9B341A) is unknown color: approx Burnt Umber. HEX triplet: 9B, 34 and 1A. RGB value is (155,52,26). Sum of RGB (Red+Green+Blue) = 155+52+26=233 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.52% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 155 - color contains mainly: red. Hex color #9B341A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B341A is #64CBE5. Grayscale: #505050. Windows color (decimal): -6605798 or 1717403. OLE color: 1717403.

HSL color Cylindrical-coordinate representation of color #9B341A: hue angle of 12.09º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B341A is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB1555226-
CMYK00.660.830.39
HSL12.09º71.27%35.49%-
HSV(B)12.09º83.23%60.78%-
XYZ14.939.52.02-
YUV79.8397.62181.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 66.52%
GREEN value IS 52 (20.70% from 255) = 22.32%
BLUE value IS 26 (10.55% from 255) = 11.16%
R=66.52%
G=22.32%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155522600.660.830.3912.0971.2735.49
Hex9B341A0425327c4723
Octal23364320102123471410743
Binary100110111101001101001000010101001110011111001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,52,26); }

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

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

 a { background-color: rgb(155,52,26); }

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

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

 span { border-color: rgb(155,52,26); }

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