Html Css Color HEX #9B3E20 Tia Maria

📋 copy color: '#9B3E20'

red 155 ◦ green 62 ◦ blue 32

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

Shades of Tia Maria #9B3E20

Tints of Tia Maria #9B3E20

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.9%

 BLUE value IS 32 (12.89% from 255) = 12.85%

R = 62.25%
G = 24.9%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9B3E20 (or 0x9B3E20) is known color: Tia Maria. HEX triplet: 9B, 3E and 20. RGB value is (155,62,32). Sum of RGB (Red+Green+Blue) = 155+62+32=249 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.25% from 249); Green value is 62 (24.61% from 255 or 24.90% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3E20 is #64C1DF. Grayscale: #565656. Windows color (decimal): -6603232 or 2113179. OLE color: 2113179.

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

Color convert

RGB 155 62 32 -
CMYK 0 0.6 0.79 0.39
HSL 14.63º 0.66% 0.37% -
HSV(B) 14.63º 0.79% 0.61% -
XYZ 15.5 10.52 2.58 -
YUV 86.39 97.31 176.94 -
System Red Green Blue C M Y K H S L
Decimal 155 62 32 0 0.6 0.79 0.39 14.63 0.66 0.37
Hex 9B 3E 20 0 3C 4F 27 F 42 25
Octal 233 76 40 0 74 117 47 17 102 45
Binary 10011011 111110 100000 0 111100 1001111 100111 1111 1000010 100101

Color Harmonies of #9B3E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3E20

Black with #9B3E20

Text Example


Text Example

White with #9B3E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,62,32); }

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

background-color css

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

 a { background-color: rgb(155,62,32); }

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

border-color css

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

 span { border-color: rgb(155,62,32); }

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