Html Css Color HEX #954C42 El Salva

📋 copy color: '#954C42'

red 149 ◦ green 76 ◦ blue 66

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

Shades of El Salva #954C42

Tints of El Salva #954C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.68%

R = 51.2%
G = 26.12%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#954C42 (or 0x954C42) is known color: El Salva. HEX triplet: 95, 4C and 42. RGB value is (149,76,66). Sum of RGB (Red+Green+Blue) = 149+76+66=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #954C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954C42 is #6AB3BD. Grayscale: #606060. Windows color (decimal): -6992830 or 4344981. OLE color: 4344981.

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

Color convert

RGB 149 76 66 -
CMYK 0 0.49 0.56 0.42
HSL 7.23º 0.39% 0.42% -
HSV(B) 7.23º 0.56% 0.58% -
XYZ 15.96 11.95 6.62 -
YUV 96.69 110.68 165.31 -
System Red Green Blue C M Y K H S L
Decimal 149 76 66 0 0.49 0.56 0.42 7.23 0.39 0.42
Hex 95 4C 42 0 31 38 2A 7 27 2A
Octal 225 114 102 0 61 70 52 7 47 52
Binary 10010101 1001100 1000010 0 110001 111000 101010 111 100111 101010

Color Harmonies of #954C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954C42

Black with #954C42

Text Example


Text Example

White with #954C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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