Html Css Color HEX #9D3623 Tia Maria

📋 copy color: '#9D3623'

red 157 ◦ green 54 ◦ blue 35

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

Shades of Tia Maria #9D3623

Tints of Tia Maria #9D3623

RGB

 RED value IS 157 (61.72% from 255) = 63.82%

 GREEN value IS 54 (21.48% from 255) = 21.95%

 BLUE value IS 35 (14.06% from 255) = 14.23%

R = 63.82%
G = 21.95%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9D3623 (or 0x9D3623) is known color: Tia Maria. HEX triplet: 9D, 36 and 23. RGB value is (157,54,35). Sum of RGB (Red+Green+Blue) = 157+54+35=246 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.82% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 35 (14.06% from 255 or 14.23% from 246); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3623 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3623 is #62C9DC. Grayscale: #525252. Windows color (decimal): -6474205 or 2307741. OLE color: 2307741.

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

Color convert

RGB 157 54 35 -
CMYK 0 0.66 0.78 0.38
HSL 9.34º 0.64% 0.38% -
HSV(B) 9.34º 0.78% 0.62% -
XYZ 15.53 9.93 2.69 -
YUV 82.63 101.12 181.04 -
System Red Green Blue C M Y K H S L
Decimal 157 54 35 0 0.66 0.78 0.38 9.34 0.64 0.38
Hex 9D 36 23 0 42 4E 26 9 40 26
Octal 235 66 43 0 102 116 46 11 100 46
Binary 10011101 110110 100011 0 1000010 1001110 100110 1001 1000000 100110

Color Harmonies of #9D3623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3623

Black with #9D3623

Text Example


Text Example

White with #9D3623

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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