Html Css Color HEX #95452C Tia Maria

📋 copy color: '#95452C'

red 149 ◦ green 69 ◦ blue 44

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

Shades of Tia Maria #95452C

Tints of Tia Maria #95452C

RGB

 RED value IS 149 (58.59% from 255) = 56.87%

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

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

R = 56.87%
G = 26.34%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#95452C (or 0x95452C) is known color: Tia Maria. HEX triplet: 95, 45 and 2C. RGB value is (149,69,44). Sum of RGB (Red+Green+Blue) = 149+69+44=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #95452C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95452C is #6ABAD3. Grayscale: #5A5A5A. Windows color (decimal): -6994644 or 2901397. OLE color: 2901397.

HSL color Cylindrical-coordinate representation of color #95452C: hue angle of 14.29º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95452C is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 69 44 -
CMYK 0 0.54 0.70 0.42
HSL 14.29º 0.54% 0.38% -
HSV(B) 14.29º 0.7% 0.58% -
XYZ 14.98 10.83 3.68 -
YUV 90.07 102 170.03 -
System Red Green Blue C M Y K H S L
Decimal 149 69 44 0 0.54 0.70 0.42 14.29 0.54 0.38
Hex 95 45 2C 0 36 46 2A E 36 26
Octal 225 105 54 0 66 106 52 16 66 46
Binary 10010101 1000101 101100 0 110110 1000110 101010 1110 110110 100110

Color Harmonies of #95452C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95452C

Black with #95452C

Text Example


Text Example

White with #95452C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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