Html Css Color HEX #9B3B26 Tia Maria

📋 copy color: '#9B3B26'

red 155 ◦ green 59 ◦ blue 38

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

Shades of Tia Maria #9B3B26

Tints of Tia Maria #9B3B26

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.41%

 BLUE value IS 38 (15.23% from 255) = 15.08%

R = 61.51%
G = 23.41%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.39

RGB Variations

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

Color information

#9B3B26 (or 0x9B3B26) is known color: Tia Maria. HEX triplet: 9B, 3B and 26. RGB value is (155,59,38). Sum of RGB (Red+Green+Blue) = 155+59+38=252 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.51% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3B26 is #64C4D9. Grayscale: #555555. Windows color (decimal): -6603994 or 2505627. OLE color: 2505627.

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

Color convert

RGB 155 59 38 -
CMYK 0 0.62 0.75 0.39
HSL 10.77º 0.61% 0.38% -
HSV(B) 10.77º 0.75% 0.61% -
XYZ 15.43 10.24 3 -
YUV 85.31 101.3 177.71 -
System Red Green Blue C M Y K H S L
Decimal 155 59 38 0 0.62 0.75 0.39 10.77 0.61 0.38
Hex 9B 3B 26 0 3E 4B 27 B 3D 26
Octal 233 73 46 0 76 113 47 13 75 46
Binary 10011011 111011 100110 0 111110 1001011 100111 1011 111101 100110

Color Harmonies of #9B3B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3B26

Black with #9B3B26

Text Example


Text Example

White with #9B3B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,59,38); }

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

background-color css

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

 a { background-color: rgb(155,59,38); }

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

border-color css

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

 span { border-color: rgb(155,59,38); }

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