Html Css Color HEX #9B3C20 Tia Maria

📋 copy color: '#9B3C20'

red 155 ◦ green 60 ◦ blue 32

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

Shades of Tia Maria #9B3C20

Tints of Tia Maria #9B3C20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.96%

R = 62.75%
G = 24.29%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9B3C20 (or 0x9B3C20) is known color: Tia Maria. HEX triplet: 9B, 3C and 20. RGB value is (155,60,32). Sum of RGB (Red+Green+Blue) = 155+60+32=247 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.75% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3C20 is #64C3DF. Grayscale: #555555. Windows color (decimal): -6603744 or 2112667. OLE color: 2112667.

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

Color convert

RGB 155 60 32 -
CMYK 0 0.61 0.79 0.39
HSL 13.66º 0.66% 0.37% -
HSV(B) 13.66º 0.79% 0.61% -
XYZ 15.39 10.3 2.54 -
YUV 85.21 97.97 177.78 -
System Red Green Blue C M Y K H S L
Decimal 155 60 32 0 0.61 0.79 0.39 13.66 0.66 0.37
Hex 9B 3C 20 0 3D 4F 27 E 42 25
Octal 233 74 40 0 75 117 47 16 102 45
Binary 10011011 111100 100000 0 111101 1001111 100111 1110 1000010 100101

Color Harmonies of #9B3C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3C20

Black with #9B3C20

Text Example


Text Example

White with #9B3C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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