Html Css Color HEX #964333 Tia Maria

📋 copy color: '#964333'

red 150 ◦ green 67 ◦ blue 51

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

Shades of Tia Maria #964333

Tints of Tia Maria #964333

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25%

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

R = 55.97%
G = 25%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#964333 (or 0x964333) is known color: Tia Maria. HEX triplet: 96, 43 and 33. RGB value is (150,67,51). Sum of RGB (Red+Green+Blue) = 150+67+51=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #964333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964333 is #69BCCC. Grayscale: #5A5A5A. Windows color (decimal): -6929613 or 3359638. OLE color: 3359638.

HSL color Cylindrical-coordinate representation of color #964333: hue angle of 9.7º 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 #964333 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 67 51 -
CMYK 0 0.55 0.66 0.41
HSL 9.7º 0.49% 0.39% -
HSV(B) 9.7º 0.66% 0.59% -
XYZ 15.18 10.74 4.4 -
YUV 89.99 106 170.8 -
System Red Green Blue C M Y K H S L
Decimal 150 67 51 0 0.55 0.66 0.41 9.7 0.49 0.39
Hex 96 43 33 0 37 42 29 A 31 27
Octal 226 103 63 0 67 102 51 12 61 47
Binary 10010110 1000011 110011 0 110111 1000010 101001 1010 110001 100111

Color Harmonies of #964333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964333

Black with #964333

Text Example


Text Example

White with #964333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964333; }

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

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

background-color css

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

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

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

border-color css

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

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

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