Html Css Color HEX #96452E Tia Maria

📋 copy color: '#96452E'

red 150 ◦ green 69 ◦ blue 46

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

Shades of Tia Maria #96452E

Tints of Tia Maria #96452E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.36%

R = 56.6%
G = 26.04%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#96452E (or 0x96452E) is known color: Tia Maria. HEX triplet: 96, 45 and 2E. RGB value is (150,69,46). Sum of RGB (Red+Green+Blue) = 150+69+46=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #96452E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96452E is #69BAD1. Grayscale: #5A5A5A. Windows color (decimal): -6929106 or 3032470. OLE color: 3032470.

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

Color convert

RGB 150 69 46 -
CMYK 0 0.54 0.69 0.41
HSL 13.27º 0.53% 0.38% -
HSV(B) 13.27º 0.69% 0.59% -
XYZ 15.2 10.94 3.89 -
YUV 90.6 102.84 170.37 -
System Red Green Blue C M Y K H S L
Decimal 150 69 46 0 0.54 0.69 0.41 13.27 0.53 0.38
Hex 96 45 2E 0 36 45 29 D 35 26
Octal 226 105 56 0 66 105 51 15 65 46
Binary 10010110 1000101 101110 0 110110 1000101 101001 1101 110101 100110

Color Harmonies of #96452E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96452E

Black with #96452E

Text Example


Text Example

White with #96452E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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