Html Css Color HEX #96452C Tia Maria

📋 copy color: '#96452C'

red 150 ◦ green 69 ◦ blue 44

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

Shades of Tia Maria #96452C

Tints of Tia Maria #96452C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.73%

R = 57.03%
G = 26.24%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96452C (or 0x96452C) is known color: Tia Maria. HEX triplet: 96, 45 and 2C. RGB value is (150,69,44). Sum of RGB (Red+Green+Blue) = 150+69+44=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #96452C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96452C is #69BAD3. Grayscale: #5A5A5A. Windows color (decimal): -6929108 or 2901398. OLE color: 2901398.

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

Color convert

RGB 150 69 44 -
CMYK 0 0.54 0.71 0.41
HSL 14.15º 0.55% 0.38% -
HSV(B) 14.15º 0.71% 0.59% -
XYZ 15.16 10.92 3.69 -
YUV 90.37 101.84 170.53 -
System Red Green Blue C M Y K H S L
Decimal 150 69 44 0 0.54 0.71 0.41 14.15 0.55 0.38
Hex 96 45 2C 0 36 47 29 E 37 26
Octal 226 105 54 0 66 107 51 16 67 46
Binary 10010110 1000101 101100 0 110110 1000111 101001 1110 110111 100110

Color Harmonies of #96452C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96452C

Black with #96452C

Text Example


Text Example

White with #96452C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96452C; }

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

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

background-color css

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

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

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

border-color css

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

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

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