Html Css Color HEX #9B3C2C Tia Maria

📋 copy color: '#9B3C2C'

red 155 ◦ green 60 ◦ blue 44

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

Shades of Tia Maria #9B3C2C

Tints of Tia Maria #9B3C2C

RGB

 RED value IS 155 (60.94% from 255) = 59.85%

 GREEN value IS 60 (23.83% from 255) = 23.17%

 BLUE value IS 44 (17.58% from 255) = 16.99%

R = 59.85%
G = 23.17%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9B3C2C (or 0x9B3C2C) is known color: Tia Maria. HEX triplet: 9B, 3C and 2C. RGB value is (155,60,44). Sum of RGB (Red+Green+Blue) = 155+60+44=259 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.85% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3C2C is #64C3D3. Grayscale: #565656. Windows color (decimal): -6603732 or 2899099. OLE color: 2899099.

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

Color convert

RGB 155 60 44 -
CMYK 0 0.61 0.72 0.39
HSL 8.65º 0.56% 0.39% -
HSV(B) 8.65º 0.72% 0.61% -
XYZ 15.59 10.38 3.57 -
YUV 86.58 103.97 176.8 -
System Red Green Blue C M Y K H S L
Decimal 155 60 44 0 0.61 0.72 0.39 8.65 0.56 0.39
Hex 9B 3C 2C 0 3D 48 27 9 38 27
Octal 233 74 54 0 75 110 47 11 70 47
Binary 10011011 111100 101100 0 111101 1001000 100111 1001 111000 100111

Color Harmonies of #9B3C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3C2C

Black with #9B3C2C

Text Example


Text Example

White with #9B3C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,60,44); }

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

background-color css

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

 a { background-color: rgb(155,60,44); }

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

border-color css

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

 span { border-color: rgb(155,60,44); }

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