Html Css Color HEX #9B3D24 Tia Maria

📋 copy color: '#9B3D24'

red 155 ◦ green 61 ◦ blue 36

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

Shades of Tia Maria #9B3D24

Tints of Tia Maria #9B3D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.29%

R = 61.51%
G = 24.21%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.39

RGB Variations

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

Color information

#9B3D24 (or 0x9B3D24) is known color: Tia Maria. HEX triplet: 9B, 3D and 24. RGB value is (155,61,36). Sum of RGB (Red+Green+Blue) = 155+61+36=252 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.51% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3D24 is #64C2DB. Grayscale: #565656. Windows color (decimal): -6603484 or 2375067. OLE color: 2375067.

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

Color convert

RGB 155 61 36 -
CMYK 0 0.61 0.77 0.39
HSL 12.61º 0.62% 0.37% -
HSV(B) 12.61º 0.77% 0.61% -
XYZ 15.5 10.43 2.87 -
YUV 86.26 99.64 177.03 -
System Red Green Blue C M Y K H S L
Decimal 155 61 36 0 0.61 0.77 0.39 12.61 0.62 0.37
Hex 9B 3D 24 0 3D 4D 27 D 3E 25
Octal 233 75 44 0 75 115 47 15 76 45
Binary 10011011 111101 100100 0 111101 1001101 100111 1101 111110 100101

Color Harmonies of #9B3D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3D24

Black with #9B3D24

Text Example


Text Example

White with #9B3D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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