Html Css Color HEX #95402E Tia Maria

📋 copy color: '#95402E'

red 149 ◦ green 64 ◦ blue 46

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

Shades of Tia Maria #95402E

Tints of Tia Maria #95402E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.71%

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

R = 57.53%
G = 24.71%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#95402E (or 0x95402E) is known color: Tia Maria. HEX triplet: 95, 40 and 2E. RGB value is (149,64,46). Sum of RGB (Red+Green+Blue) = 149+64+46=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #95402E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95402E is #6ABFD1. Grayscale: #575757. Windows color (decimal): -6995922 or 3031189. OLE color: 3031189.

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

Color convert

RGB 149 64 46 -
CMYK 0 0.57 0.69 0.42
HSL 10.49º 0.53% 0.38% -
HSV(B) 10.49º 0.69% 0.58% -
XYZ 14.72 10.25 3.79 -
YUV 87.36 104.66 171.96 -
System Red Green Blue C M Y K H S L
Decimal 149 64 46 0 0.57 0.69 0.42 10.49 0.53 0.38
Hex 95 40 2E 0 39 45 2A A 35 26
Octal 225 100 56 0 71 105 52 12 65 46
Binary 10010101 1000000 101110 0 111001 1000101 101010 1010 110101 100110

Color Harmonies of #95402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95402E

Black with #95402E

Text Example


Text Example

White with #95402E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,64,46); }

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

background-color css

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

 a { background-color: rgb(149,64,46); }

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

border-color css

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

 span { border-color: rgb(149,64,46); }

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