Html Css Color HEX #9A3925 Tia Maria

📋 copy color: '#9A3925'

red 154 ◦ green 57 ◦ blue 37

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

Shades of Tia Maria #9A3925

Tints of Tia Maria #9A3925

RGB

 RED value IS 154 (60.55% from 255) = 62.1%

 GREEN value IS 57 (22.66% from 255) = 22.98%

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

R = 62.1%
G = 22.98%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#9A3925 (or 0x9A3925) is known color: Tia Maria. HEX triplet: 9A, 39 and 25. RGB value is (154,57,37). Sum of RGB (Red+Green+Blue) = 154+57+37=248 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.10% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3925 is #65C6DA. Grayscale: #535353. Windows color (decimal): -6670043 or 2439578. OLE color: 2439578.

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

Color convert

RGB 154 57 37 -
CMYK 0 0.63 0.76 0.40
HSL 10.26º 0.61% 0.37% -
HSV(B) 10.26º 0.76% 0.6% -
XYZ 15.12 9.93 2.87 -
YUV 83.72 101.64 178.13 -
System Red Green Blue C M Y K H S L
Decimal 154 57 37 0 0.63 0.76 0.40 10.26 0.61 0.37
Hex 9A 39 25 0 3F 4C 28 A 3D 25
Octal 232 71 45 0 77 114 50 12 75 45
Binary 10011010 111001 100101 0 111111 1001100 101000 1010 111101 100101

Color Harmonies of #9A3925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3925

Black with #9A3925

Text Example


Text Example

White with #9A3925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,57,37); }

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

background-color css

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

 a { background-color: rgb(154,57,37); }

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

border-color css

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

 span { border-color: rgb(154,57,37); }

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