#9D361E

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

Shades of Tia Maria #9D361E

Tints of Tia Maria #9D361E

Color information

#9D361E (or 0x9D361E) is unknown color: approx Tia Maria. HEX triplet: 9D, 36 and 1E. RGB value is (157,54,30). Sum of RGB (Red+Green+Blue) = 157+54+30=241 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.15% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 157 - color contains mainly: red. Hex color #9D361E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D361E is #62C9E1. Grayscale: #525252. Windows color (decimal): -6474210 or 1980061. OLE color: 1980061.

HSL color Cylindrical-coordinate representation of color #9D361E: hue angle of 11.34º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9D361E is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB1575430-
CMYK00.660.810.38
HSL11.34º67.91%36.67%-
HSV(B)11.34º80.89%61.57%-
XYZ15.469.92.32-
YUV82.0698.62181.45-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 65.15%
GREEN value IS 54 (21.48% from 255) = 22.41%
BLUE value IS 30 (12.11% from 255) = 12.45%
R=65.15%
G=22.41%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157543000.660.810.3811.3467.9136.67
Hex9D361E0425126b4425
Octal23566360102121461310445
Binary100111011101101111001000010101000110011010111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,54,30); }

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

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

 a { background-color: rgb(157,54,30); }

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

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

 span { border-color: rgb(157,54,30); }

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