Html Css Color HEX #9B3F2C Tia Maria

📋 copy color: '#9B3F2C'

red 155 ◦ green 63 ◦ blue 44

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

Shades of Tia Maria #9B3F2C

Tints of Tia Maria #9B3F2C

RGB

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

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

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

R = 59.16%
G = 24.05%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9B3F2C (or 0x9B3F2C) is known color: Tia Maria. HEX triplet: 9B, 3F and 2C. RGB value is (155,63,44). Sum of RGB (Red+Green+Blue) = 155+63+44=262 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.16% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3F2C is #64C0D3. Grayscale: #585858. Windows color (decimal): -6602964 or 2899867. OLE color: 2899867.

HSL color Cylindrical-coordinate representation of color #9B3F2C: hue angle of 10.27º 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 #9B3F2C is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 63 44 -
CMYK 0 0.59 0.72 0.39
HSL 10.27º 0.56% 0.39% -
HSV(B) 10.27º 0.72% 0.61% -
XYZ 15.75 10.71 3.62 -
YUV 88.34 102.98 175.54 -
System Red Green Blue C M Y K H S L
Decimal 155 63 44 0 0.59 0.72 0.39 10.27 0.56 0.39
Hex 9B 3F 2C 0 3B 48 27 A 38 27
Octal 233 77 54 0 73 110 47 12 70 47
Binary 10011011 111111 101100 0 111011 1001000 100111 1010 111000 100111

Color Harmonies of #9B3F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3F2C

Black with #9B3F2C

Text Example


Text Example

White with #9B3F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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