Html Css Color HEX #964525 Tia Maria

📋 copy color: '#964525'

red 150 ◦ green 69 ◦ blue 37

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

Shades of Tia Maria #964525

Tints of Tia Maria #964525

RGB

 RED value IS 150 (58.98% from 255) = 58.59%

 GREEN value IS 69 (27.34% from 255) = 26.95%

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

R = 58.59%
G = 26.95%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#964525 (or 0x964525) is known color: Tia Maria. HEX triplet: 96, 45 and 25. RGB value is (150,69,37). Sum of RGB (Red+Green+Blue) = 150+69+37=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #964525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964525 is #69BADA. Grayscale: #595959. Windows color (decimal): -6929115 or 2442646. OLE color: 2442646.

HSL color Cylindrical-coordinate representation of color #964525: hue angle of 16.99º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #964525 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 69 37 -
CMYK 0 0.54 0.75 0.41
HSL 16.99º 0.6% 0.37% -
HSV(B) 16.99º 0.75% 0.59% -
XYZ 15.04 10.87 3.06 -
YUV 89.57 98.34 171.1 -
System Red Green Blue C M Y K H S L
Decimal 150 69 37 0 0.54 0.75 0.41 16.99 0.6 0.37
Hex 96 45 25 0 36 4B 29 11 3C 25
Octal 226 105 45 0 66 113 51 21 74 45
Binary 10010110 1000101 100101 0 110110 1001011 101001 10001 111100 100101

Color Harmonies of #964525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964525

Black with #964525

Text Example


Text Example

White with #964525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964525; }

 p { color: rgb(150,69,37); }

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

background-color css

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

 a { background-color: rgb(150,69,37); }

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

border-color css

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

 span { border-color: rgb(150,69,37); }

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