Html Css Color HEX #953E2A Tia Maria

📋 copy color: '#953E2A'

red 149 ◦ green 62 ◦ blue 42

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

Shades of Tia Maria #953E2A

Tints of Tia Maria #953E2A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.51%

 BLUE value IS 42 (16.8% from 255) = 16.6%

R = 58.89%
G = 24.51%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#953E2A (or 0x953E2A) is known color: Tia Maria. HEX triplet: 95, 3E and 2A. RGB value is (149,62,42). Sum of RGB (Red+Green+Blue) = 149+62+42=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #953E2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953E2A is #6AC1D5. Grayscale: #555555. Windows color (decimal): -6996438 or 2768533. OLE color: 2768533.

HSL color Cylindrical-coordinate representation of color #953E2A: hue angle of 11.21º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #953E2A is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 62 42 -
CMYK 0 0.58 0.72 0.42
HSL 11.21º 0.56% 0.37% -
HSV(B) 11.21º 0.72% 0.58% -
XYZ 14.53 10 3.35 -
YUV 85.73 103.32 173.13 -
System Red Green Blue C M Y K H S L
Decimal 149 62 42 0 0.58 0.72 0.42 11.21 0.56 0.37
Hex 95 3E 2A 0 3A 48 2A B 38 25
Octal 225 76 52 0 72 110 52 13 70 45
Binary 10010101 111110 101010 0 111010 1001000 101010 1011 111000 100101

Color Harmonies of #953E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953E2A

Black with #953E2A

Text Example


Text Example

White with #953E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953E2A; }

 p { color: rgb(149,62,42); }

 H1.HeaderClassName
 {
   color: #953E2A;
 }
 .AnyTagClassName
 {
   color: #953E2A;
 }
</style>

background-color css

<style>
 a { background-color: #953E2A; }

 a { background-color: rgb(149,62,42); }

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

border-color css

<style>
 span { border-color: #953E2A; }

 span { border-color: rgb(149,62,42); }

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