Html Css Color HEX #9B3C22 Tia Maria

📋 copy color: '#9B3C22'

red 155 ◦ green 60 ◦ blue 34

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

Shades of Tia Maria #9B3C22

Tints of Tia Maria #9B3C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.65%

R = 62.25%
G = 24.1%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.39

RGB Variations

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

Color information

#9B3C22 (or 0x9B3C22) is known color: Tia Maria. HEX triplet: 9B, 3C and 22. RGB value is (155,60,34). Sum of RGB (Red+Green+Blue) = 155+60+34=249 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.25% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 34 (13.67% from 255 or 13.65% from 249); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3C22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3C22 is #64C3DD. Grayscale: #555555. Windows color (decimal): -6603742 or 2243739. OLE color: 2243739.

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

Color convert

RGB 155 60 34 -
CMYK 0 0.61 0.78 0.39
HSL 12.89º 0.64% 0.37% -
HSV(B) 12.89º 0.78% 0.61% -
XYZ 15.42 10.32 2.69 -
YUV 85.44 98.97 177.61 -
System Red Green Blue C M Y K H S L
Decimal 155 60 34 0 0.61 0.78 0.39 12.89 0.64 0.37
Hex 9B 3C 22 0 3D 4E 27 D 40 25
Octal 233 74 42 0 75 116 47 15 100 45
Binary 10011011 111100 100010 0 111101 1001110 100111 1101 1000000 100101

Color Harmonies of #9B3C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3C22

Black with #9B3C22

Text Example


Text Example

White with #9B3C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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