Html Css Color HEX #96452F Tia Maria

📋 copy color: '#96452F'

red 150 ◦ green 69 ◦ blue 47

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

Shades of Tia Maria #96452F

Tints of Tia Maria #96452F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.67%

R = 56.39%
G = 25.94%
B = 17.67%

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

#96452F (or 0x96452F) is known color: Tia Maria. HEX triplet: 96, 45 and 2F. RGB value is (150,69,47). Sum of RGB (Red+Green+Blue) = 150+69+47=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #96452F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96452F is #69BAD0. Grayscale: #5A5A5A. Windows color (decimal): -6929105 or 3098006. OLE color: 3098006.

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

Color convert

RGB 150 69 47 -
CMYK 0 0.54 0.69 0.41
HSL 12.82º 0.52% 0.39% -
HSV(B) 12.82º 0.69% 0.59% -
XYZ 15.22 10.95 4 -
YUV 90.71 103.34 170.29 -
System Red Green Blue C M Y K H S L
Decimal 150 69 47 0 0.54 0.69 0.41 12.82 0.52 0.39
Hex 96 45 2F 0 36 45 29 D 34 27
Octal 226 105 57 0 66 105 51 15 64 47
Binary 10010110 1000101 101111 0 110110 1000101 101001 1101 110100 100111

Color Harmonies of #96452F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96452F

Black with #96452F

Text Example


Text Example

White with #96452F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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