Html Css Color HEX #9B3F32 Tia Maria

📋 copy color: '#9B3F32'

red 155 ◦ green 63 ◦ blue 50

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

Shades of Tia Maria #9B3F32

Tints of Tia Maria #9B3F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.66%

R = 57.84%
G = 23.51%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#9B3F32 (or 0x9B3F32) is known color: Tia Maria. HEX triplet: 9B, 3F and 32. RGB value is (155,63,50). Sum of RGB (Red+Green+Blue) = 155+63+50=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3F32 is #64C0CD. Grayscale: #595959. Windows color (decimal): -6602958 or 3293083. OLE color: 3293083.

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

Color convert

RGB 155 63 50 -
CMYK 0 0.59 0.68 0.39
HSL 7.43º 0.51% 0.4% -
HSV(B) 7.43º 0.68% 0.61% -
XYZ 15.87 10.75 4.26 -
YUV 89.03 105.98 175.06 -
System Red Green Blue C M Y K H S L
Decimal 155 63 50 0 0.59 0.68 0.39 7.43 0.51 0.4
Hex 9B 3F 32 0 3B 44 27 7 33 28
Octal 233 77 62 0 73 104 47 7 63 50
Binary 10011011 111111 110010 0 111011 1000100 100111 111 110011 101000

Color Harmonies of #9B3F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3F32

Black with #9B3F32

Text Example


Text Example

White with #9B3F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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