Html Css Color HEX #953C2B Tia Maria

📋 copy color: '#953C2B'

red 149 ◦ green 60 ◦ blue 43

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

Shades of Tia Maria #953C2B

Tints of Tia Maria #953C2B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.81%

 BLUE value IS 43 (17.19% from 255) = 17.06%

R = 59.13%
G = 23.81%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#953C2B (or 0x953C2B) is known color: Tia Maria. HEX triplet: 95, 3C and 2B. RGB value is (149,60,43). Sum of RGB (Red+Green+Blue) = 149+60+43=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #953C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953C2B is #6AC3D4. Grayscale: #545454. Windows color (decimal): -6996949 or 2833557. OLE color: 2833557.

HSL color Cylindrical-coordinate representation of color #953C2B: hue angle of 9.62º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #953C2B is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 60 43 -
CMYK 0 0.60 0.71 0.42
HSL 9.62º 0.55% 0.38% -
HSV(B) 9.62º 0.71% 0.58% -
XYZ 14.45 9.8 3.41 -
YUV 84.67 104.49 173.88 -
System Red Green Blue C M Y K H S L
Decimal 149 60 43 0 0.60 0.71 0.42 9.62 0.55 0.38
Hex 95 3C 2B 0 3C 47 2A A 37 26
Octal 225 74 53 0 74 107 52 12 67 46
Binary 10010101 111100 101011 0 111100 1000111 101010 1010 110111 100110

Color Harmonies of #953C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C2B

Black with #953C2B

Text Example


Text Example

White with #953C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,60,43); }

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

background-color css

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

 a { background-color: rgb(149,60,43); }

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

border-color css

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

 span { border-color: rgb(149,60,43); }

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