Html Css Color HEX #9B3F27 Tia Maria

📋 copy color: '#9B3F27'

red 155 ◦ green 63 ◦ blue 39

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

Shades of Tia Maria #9B3F27

Tints of Tia Maria #9B3F27

RGB

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

 GREEN value IS 63 (25% from 255) = 24.51%

 BLUE value IS 39 (15.63% from 255) = 15.18%

R = 60.31%
G = 24.51%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0.39

RGB Variations

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

Color information

#9B3F27 (or 0x9B3F27) is known color: Tia Maria. HEX triplet: 9B, 3F and 27. RGB value is (155,63,39). Sum of RGB (Red+Green+Blue) = 155+63+39=257 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.31% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3F27 is #64C0D8. Grayscale: #575757. Windows color (decimal): -6602969 or 2572187. OLE color: 2572187.

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

Color convert

RGB 155 63 39 -
CMYK 0 0.59 0.75 0.39
HSL 12.41º 0.6% 0.38% -
HSV(B) 12.41º 0.75% 0.61% -
XYZ 15.66 10.67 3.15 -
YUV 87.77 100.48 175.95 -
System Red Green Blue C M Y K H S L
Decimal 155 63 39 0 0.59 0.75 0.39 12.41 0.6 0.38
Hex 9B 3F 27 0 3B 4B 27 C 3C 26
Octal 233 77 47 0 73 113 47 14 74 46
Binary 10011011 111111 100111 0 111011 1001011 100111 1100 111100 100110

Color Harmonies of #9B3F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3F27

Black with #9B3F27

Text Example


Text Example

White with #9B3F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,63,39); }

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

background-color css

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

 a { background-color: rgb(155,63,39); }

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

border-color css

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

 span { border-color: rgb(155,63,39); }

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