Html Css Color HEX #9B3D25 Tia Maria

📋 copy color: '#9B3D25'

red 155 ◦ green 61 ◦ blue 37

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

Shades of Tia Maria #9B3D25

Tints of Tia Maria #9B3D25

RGB

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

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

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

R = 61.26%
G = 24.11%
B = 14.62%

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

#9B3D25 (or 0x9B3D25) is known color: Tia Maria. HEX triplet: 9B, 3D and 25. RGB value is (155,61,37). Sum of RGB (Red+Green+Blue) = 155+61+37=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3D25 is #64C2DA. Grayscale: #565656. Windows color (decimal): -6603483 or 2440603. OLE color: 2440603.

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

Color convert

RGB 155 61 37 -
CMYK 0 0.61 0.76 0.39
HSL 12.2º 0.61% 0.38% -
HSV(B) 12.2º 0.76% 0.61% -
XYZ 15.52 10.44 2.95 -
YUV 86.37 100.14 176.95 -
System Red Green Blue C M Y K H S L
Decimal 155 61 37 0 0.61 0.76 0.39 12.2 0.61 0.38
Hex 9B 3D 25 0 3D 4C 27 C 3D 26
Octal 233 75 45 0 75 114 47 14 75 46
Binary 10011011 111101 100101 0 111101 1001100 100111 1100 111101 100110

Color Harmonies of #9B3D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3D25

Black with #9B3D25

Text Example


Text Example

White with #9B3D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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