Html Css Color HEX #954C45 El Salva

📋 copy color: '#954C45'

red 149 ◦ green 76 ◦ blue 69

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

Shades of El Salva #954C45

Tints of El Salva #954C45

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.85%

 BLUE value IS 69 (27.34% from 255) = 23.47%

R = 50.68%
G = 25.85%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#954C45 (or 0x954C45) is known color: El Salva. HEX triplet: 95, 4C and 45. RGB value is (149,76,69). Sum of RGB (Red+Green+Blue) = 149+76+69=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #954C45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954C45 is #6AB3BA. Grayscale: #616161. Windows color (decimal): -6992827 or 4541589. OLE color: 4541589.

HSL color Cylindrical-coordinate representation of color #954C45: hue angle of 5.25º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #954C45 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 76 69 -
CMYK 0 0.49 0.54 0.42
HSL 5.25º 0.37% 0.43% -
HSV(B) 5.25º 0.54% 0.58% -
XYZ 16.05 11.99 7.1 -
YUV 97.03 112.18 165.07 -
System Red Green Blue C M Y K H S L
Decimal 149 76 69 0 0.49 0.54 0.42 5.25 0.37 0.43
Hex 95 4C 45 0 31 36 2A 5 25 2B
Octal 225 114 105 0 61 66 52 5 45 53
Binary 10010101 1001100 1000101 0 110001 110110 101010 101 100101 101011

Color Harmonies of #954C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954C45

Black with #954C45

Text Example


Text Example

White with #954C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954C45; }

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

 H1.HeaderClassName
 {
   color: #954C45;
 }
 .AnyTagClassName
 {
   color: #954C45;
 }
</style>

background-color css

<style>
 a { background-color: #954C45; }

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

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

border-color css

<style>
 span { border-color: #954C45; }

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

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