Html Css Color HEX #964527 Tia Maria

📋 copy color: '#964527'

red 150 ◦ green 69 ◦ blue 39

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

Shades of Tia Maria #964527

Tints of Tia Maria #964527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.12%

R = 58.14%
G = 26.74%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#964527 (or 0x964527) is known color: Tia Maria. HEX triplet: 96, 45 and 27. RGB value is (150,69,39). Sum of RGB (Red+Green+Blue) = 150+69+39=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #964527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964527 is #69BAD8. Grayscale: #5A5A5A. Windows color (decimal): -6929113 or 2573718. OLE color: 2573718.

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

Color convert

RGB 150 69 39 -
CMYK 0 0.54 0.74 0.41
HSL 16.22º 0.59% 0.37% -
HSV(B) 16.22º 0.74% 0.59% -
XYZ 15.07 10.89 3.23 -
YUV 89.8 99.34 170.94 -
System Red Green Blue C M Y K H S L
Decimal 150 69 39 0 0.54 0.74 0.41 16.22 0.59 0.37
Hex 96 45 27 0 36 4A 29 10 3B 25
Octal 226 105 47 0 66 112 51 20 73 45
Binary 10010110 1000101 100111 0 110110 1001010 101001 10000 111011 100101

Color Harmonies of #964527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964527

Black with #964527

Text Example


Text Example

White with #964527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964527; }

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

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

background-color css

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

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

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

border-color css

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

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

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