Html Css Color HEX #9C3925 Tia Maria

📋 copy color: '#9C3925'

red 156 ◦ green 57 ◦ blue 37

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

Shades of Tia Maria #9C3925

Tints of Tia Maria #9C3925

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.8%

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

R = 62.4%
G = 22.8%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#9C3925 (or 0x9C3925) is known color: Tia Maria. HEX triplet: 9C, 39 and 25. RGB value is (156,57,37). Sum of RGB (Red+Green+Blue) = 156+57+37=250 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.4% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3925 is #63C6DA. Grayscale: #545454. Windows color (decimal): -6538971 or 2439580. OLE color: 2439580.

HSL color Cylindrical-coordinate representation of color #9C3925: hue angle of 10.08º 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 #9C3925 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 57 37 -
CMYK 0 0.63 0.76 0.39
HSL 10.08º 0.62% 0.38% -
HSV(B) 10.08º 0.76% 0.61% -
XYZ 15.51 10.13 2.89 -
YUV 84.32 101.3 179.13 -
System Red Green Blue C M Y K H S L
Decimal 156 57 37 0 0.63 0.76 0.39 10.08 0.62 0.38
Hex 9C 39 25 0 3F 4C 27 A 3E 26
Octal 234 71 45 0 77 114 47 12 76 46
Binary 10011100 111001 100101 0 111111 1001100 100111 1010 111110 100110

Color Harmonies of #9C3925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3925

Black with #9C3925

Text Example


Text Example

White with #9C3925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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