#9B2F1B

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

Shades of Burnt Umber #9B2F1B

Tints of Burnt Umber #9B2F1B

Color information

#9B2F1B (or 0x9B2F1B) is unknown color: approx Burnt Umber. HEX triplet: 9B, 2F and 1B. RGB value is (155,47,27). Sum of RGB (Red+Green+Blue) = 155+47+27=229 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.69% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 27 (10.94% from 255 or 11.79% from 229); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2F1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2F1B is #64D0E4. Grayscale: #4D4D4D. Windows color (decimal): -6607077 or 1781659. OLE color: 1781659.

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

Color convert

RGB1554727-
CMYK00.700.830.39
HSL9.38º70.33%35.69%-
HSV(B)9.38º82.58%60.78%-
XYZ14.739.082.01-
YUV77.0199.78183.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 67.69%
GREEN value IS 47 (18.75% from 255) = 20.52%
BLUE value IS 27 (10.94% from 255) = 11.79%
R=67.69%
G=20.52%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155472700.700.830.399.3870.3335.69
Hex9B2F1B046532794624
Octal23357330106123471110644
Binary100110111011111101101000110101001110011110011000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,47,27); }

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

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

 a { background-color: rgb(155,47,27); }

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

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

 span { border-color: rgb(155,47,27); }

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