#9D3926

Color #9D3926 Tia Maria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tia Maria #9D3926

Tints of Tia Maria #9D3926

Color information

#9D3926 (or 0x9D3926) is unknown color: approx Tia Maria. HEX triplet: 9D, 39 and 26. RGB value is (157,57,38). Sum of RGB (Red+Green+Blue) = 157+57+38=252 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.30% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3926 is #62C6D9. Grayscale: #545454. Windows color (decimal): -6473434 or 2505117. OLE color: 2505117.

HSL color Cylindrical-coordinate representation of color #9D3926: hue angle of 9.58º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D3926 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.38.

Color convert

RGB1575738-
CMYK00.640.760.38
HSL9.58º61.03%38.24%-
HSV(B)9.58º75.8%61.57%-
XYZ15.7210.232.98-
YUV84.73101.63179.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 62.30%
GREEN value IS 57 (22.66% from 255) = 22.62%
BLUE value IS 38 (15.23% from 255) = 15.08%
R=62.30%
G=22.62%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.76
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157573800.640.760.389.5861.0338.24
Hex9D39260404C26a3d26
Octal2357146010011446127546
Binary100111011110011001100100000010011001001101010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,57,38); }

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

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

 a { background-color: rgb(157,57,38); }

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

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

 span { border-color: rgb(157,57,38); }

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