Html Css Color HEX #9B3C25 Tia Maria

📋 copy color: '#9B3C25'

red 155 ◦ green 60 ◦ blue 37

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

Shades of Tia Maria #9B3C25

Tints of Tia Maria #9B3C25

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.81%

 BLUE value IS 37 (14.84% from 255) = 14.68%

R = 61.51%
G = 23.81%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#9B3C25 (or 0x9B3C25) is known color: Tia Maria. HEX triplet: 9B, 3C and 25. RGB value is (155,60,37). Sum of RGB (Red+Green+Blue) = 155+60+37=252 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.51% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3C25 is #64C3DA. Grayscale: #555555. Windows color (decimal): -6603739 or 2440347. OLE color: 2440347.

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

Color convert

RGB 155 60 37 -
CMYK 0 0.61 0.76 0.39
HSL 11.69º 0.61% 0.38% -
HSV(B) 11.69º 0.76% 0.61% -
XYZ 15.47 10.33 2.93 -
YUV 85.78 100.47 177.37 -
System Red Green Blue C M Y K H S L
Decimal 155 60 37 0 0.61 0.76 0.39 11.69 0.61 0.38
Hex 9B 3C 25 0 3D 4C 27 C 3D 26
Octal 233 74 45 0 75 114 47 14 75 46
Binary 10011011 111100 100101 0 111101 1001100 100111 1100 111101 100110

Color Harmonies of #9B3C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3C25

Black with #9B3C25

Text Example


Text Example

White with #9B3C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,60,37); }

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

background-color css

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

 a { background-color: rgb(155,60,37); }

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

border-color css

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

 span { border-color: rgb(155,60,37); }

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