Html Css Color HEX #964833 Tia Maria

📋 copy color: '#964833'

red 150 ◦ green 72 ◦ blue 51

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

Shades of Tia Maria #964833

Tints of Tia Maria #964833

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.37%

 BLUE value IS 51 (20.31% from 255) = 18.68%

R = 54.95%
G = 26.37%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#964833 (or 0x964833) is known color: Tia Maria. HEX triplet: 96, 48 and 33. RGB value is (150,72,51). Sum of RGB (Red+Green+Blue) = 150+72+51=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #964833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964833 is #69B7CC. Grayscale: #5D5D5D. Windows color (decimal): -6928333 or 3360918. OLE color: 3360918.

HSL color Cylindrical-coordinate representation of color #964833: hue angle of 12.73º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #964833 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 72 51 -
CMYK 0 0.52 0.66 0.41
HSL 12.73º 0.49% 0.39% -
HSV(B) 12.73º 0.66% 0.59% -
XYZ 15.49 11.36 4.51 -
YUV 92.93 104.34 168.71 -
System Red Green Blue C M Y K H S L
Decimal 150 72 51 0 0.52 0.66 0.41 12.73 0.49 0.39
Hex 96 48 33 0 34 42 29 D 31 27
Octal 226 110 63 0 64 102 51 15 61 47
Binary 10010110 1001000 110011 0 110100 1000010 101001 1101 110001 100111

Color Harmonies of #964833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964833

Black with #964833

Text Example


Text Example

White with #964833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964833; }

 p { color: rgb(150,72,51); }

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

background-color css

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

 a { background-color: rgb(150,72,51); }

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

border-color css

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

 span { border-color: rgb(150,72,51); }

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