Html Css Color HEX #9B3624 Tia Maria

📋 copy color: '#9B3624'

red 155 ◦ green 54 ◦ blue 36

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

Shades of Tia Maria #9B3624

Tints of Tia Maria #9B3624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.69%

R = 63.27%
G = 22.04%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.39

RGB Variations

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

Color information

#9B3624 (or 0x9B3624) is known color: Tia Maria. HEX triplet: 9B, 36 and 24. RGB value is (155,54,36). Sum of RGB (Red+Green+Blue) = 155+54+36=245 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.27% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3624 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3624 is #64C9DB. Grayscale: #525252. Windows color (decimal): -6605276 or 2373275. OLE color: 2373275.

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

Color convert

RGB 155 54 36 -
CMYK 0 0.65 0.77 0.39
HSL 9.08º 0.62% 0.37% -
HSV(B) 9.08º 0.77% 0.61% -
XYZ 15.16 9.73 2.75 -
YUV 82.15 101.96 179.96 -
System Red Green Blue C M Y K H S L
Decimal 155 54 36 0 0.65 0.77 0.39 9.08 0.62 0.37
Hex 9B 36 24 0 41 4D 27 9 3E 25
Octal 233 66 44 0 101 115 47 11 76 45
Binary 10011011 110110 100100 0 1000001 1001101 100111 1001 111110 100101

Color Harmonies of #9B3624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3624

Black with #9B3624

Text Example


Text Example

White with #9B3624

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,54,36); }

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

background-color css

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

 a { background-color: rgb(155,54,36); }

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

border-color css

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

 span { border-color: rgb(155,54,36); }

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