Html Css Color HEX #9B3D26 Tia Maria

📋 copy color: '#9B3D26'

red 155 ◦ green 61 ◦ blue 38

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

Shades of Tia Maria #9B3D26

Tints of Tia Maria #9B3D26

RGB

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

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

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

R = 61.02%
G = 24.02%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.39

RGB Variations

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

Color information

#9B3D26 (or 0x9B3D26) is known color: Tia Maria. HEX triplet: 9B, 3D and 26. RGB value is (155,61,38). Sum of RGB (Red+Green+Blue) = 155+61+38=254 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.02% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3D26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3D26 is #64C2D9. Grayscale: #565656. Windows color (decimal): -6603482 or 2506139. OLE color: 2506139.

HSL color Cylindrical-coordinate representation of color #9B3D26: hue angle of 11.79º 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 #9B3D26 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 61 38 -
CMYK 0 0.61 0.75 0.39
HSL 11.79º 0.61% 0.38% -
HSV(B) 11.79º 0.75% 0.61% -
XYZ 15.54 10.45 3.03 -
YUV 86.48 100.64 176.87 -
System Red Green Blue C M Y K H S L
Decimal 155 61 38 0 0.61 0.75 0.39 11.79 0.61 0.38
Hex 9B 3D 26 0 3D 4B 27 C 3D 26
Octal 233 75 46 0 75 113 47 14 75 46
Binary 10011011 111101 100110 0 111101 1001011 100111 1100 111101 100110

Color Harmonies of #9B3D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3D26

Black with #9B3D26

Text Example


Text Example

White with #9B3D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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