Html Css Color HEX #9B3D2C Tia Maria

📋 copy color: '#9B3D2C'

red 155 ◦ green 61 ◦ blue 44

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

Shades of Tia Maria #9B3D2C

Tints of Tia Maria #9B3D2C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.46%

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

R = 59.62%
G = 23.46%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9B3D2C (or 0x9B3D2C) is known color: Tia Maria. HEX triplet: 9B, 3D and 2C. RGB value is (155,61,44). Sum of RGB (Red+Green+Blue) = 155+61+44=260 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.62% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3D2C is #64C2D3. Grayscale: #575757. Windows color (decimal): -6603476 or 2899355. OLE color: 2899355.

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

Color convert

RGB 155 61 44 -
CMYK 0 0.61 0.72 0.39
HSL 9.19º 0.56% 0.39% -
HSV(B) 9.19º 0.72% 0.61% -
XYZ 15.64 10.49 3.58 -
YUV 87.17 103.64 176.38 -
System Red Green Blue C M Y K H S L
Decimal 155 61 44 0 0.61 0.72 0.39 9.19 0.56 0.39
Hex 9B 3D 2C 0 3D 48 27 9 38 27
Octal 233 75 54 0 75 110 47 11 70 47
Binary 10011011 111101 101100 0 111101 1001000 100111 1001 111000 100111

Color Harmonies of #9B3D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3D2C

Black with #9B3D2C

Text Example


Text Example

White with #9B3D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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