Html Css Color HEX #9C3B25 Tia Maria

📋 copy color: '#9C3B25'

red 156 ◦ green 59 ◦ blue 37

#9C3B25
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tia Maria #9C3B25

Tints of Tia Maria #9C3B25

RGB

 RED value IS 156 (61.33% from 255) = 61.9%

 GREEN value IS 59 (23.44% from 255) = 23.41%

 BLUE value IS 37 (14.84% from 255) = 14.68%

R = 61.9%
G = 23.41%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#9C3B25 (or 0x9C3B25) is known color: Tia Maria. HEX triplet: 9C, 3B and 25. RGB value is (156,59,37). Sum of RGB (Red+Green+Blue) = 156+59+37=252 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.90% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3B25 is #63C4DA. Grayscale: #555555. Windows color (decimal): -6538459 or 2440092. OLE color: 2440092.

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

Color convert

RGB 156 59 37 -
CMYK 0 0.62 0.76 0.39
HSL 11.09º 0.62% 0.38% -
HSV(B) 11.09º 0.76% 0.61% -
XYZ 15.61 10.33 2.92 -
YUV 85.5 100.64 178.29 -
System Red Green Blue C M Y K H S L
Decimal 156 59 37 0 0.62 0.76 0.39 11.09 0.62 0.38
Hex 9C 3B 25 0 3E 4C 27 B 3E 26
Octal 234 73 45 0 76 114 47 13 76 46
Binary 10011100 111011 100101 0 111110 1001100 100111 1011 111110 100110

Color Harmonies of #9C3B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3B25

Black with #9C3B25

Text Example


Text Example

White with #9C3B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,59,37); }

 H1.HeaderClassName
 {
   color: #9C3B25;
 }
 .AnyTagClassName
 {
   color: #9C3B25;
 }
</style>

background-color css

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

 a { background-color: rgb(156,59,37); }

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

border-color css

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

 span { border-color: rgb(156,59,37); }

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