Html Css Color HEX #975343 El Salva

📋 copy color: '#975343'

red 151 ◦ green 83 ◦ blue 67

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

Shades of El Salva #975343

Tints of El Salva #975343

RGB

 RED value IS 151 (59.38% from 255) = 50.17%

 GREEN value IS 83 (32.81% from 255) = 27.57%

 BLUE value IS 67 (26.56% from 255) = 22.26%

R = 50.17%
G = 27.57%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#975343 (or 0x975343) is known color: El Salva. HEX triplet: 97, 53 and 43. RGB value is (151,83,67). Sum of RGB (Red+Green+Blue) = 151+83+67=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 67 (26.56% from 255 or 22.26% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #975343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975343 is #68ACBC. Grayscale: #656565. Windows color (decimal): -6859965 or 4412311. OLE color: 4412311.

HSL color Cylindrical-coordinate representation of color #975343: hue angle of 11.43º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #975343 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 83 67 -
CMYK 0 0.45 0.56 0.41
HSL 11.43º 0.39% 0.43% -
HSV(B) 11.43º 0.56% 0.59% -
XYZ 16.87 13.17 6.96 -
YUV 101.51 108.53 163.3 -
System Red Green Blue C M Y K H S L
Decimal 151 83 67 0 0.45 0.56 0.41 11.43 0.39 0.43
Hex 97 53 43 0 2D 38 29 B 27 2B
Octal 227 123 103 0 55 70 51 13 47 53
Binary 10010111 1010011 1000011 0 101101 111000 101001 1011 100111 101011

Color Harmonies of #975343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975343

Black with #975343

Text Example


Text Example

White with #975343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975343; }

 p { color: rgb(151,83,67); }

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

background-color css

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

 a { background-color: rgb(151,83,67); }

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

border-color css

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

 span { border-color: rgb(151,83,67); }

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