Html Css Color HEX #5A7543 Dingley

📋 copy color: '#5A7543'

red 90 ◦ green 117 ◦ blue 67

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

Shades of Dingley #5A7543

Tints of Dingley #5A7543

RGB

 RED value IS 90 (35.55% from 255) = 32.85%

 GREEN value IS 117 (46.09% from 255) = 42.7%

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

R = 32.85%
G = 42.7%
B = 24.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#5A7543 (or 0x5A7543) is known color: Dingley. HEX triplet: 5A, 75 and 43. RGB value is (90,117,67). Sum of RGB (Red+Green+Blue) = 90+117+67=274 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.85% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 67 (26.56% from 255 or 24.45% from 274); Max value from RGB is 117 - color contains mainly: green. Hex color #5A7543 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7543 is #A58ABC. Grayscale: #676767. Windows color (decimal): -10848957 or 4420954. OLE color: 4420954.

HSL color Cylindrical-coordinate representation of color #5A7543: hue angle of 92.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A7543 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.54.

Color convert

RGB 90 117 67 -
CMYK 0.23 0 0.43 0.54
HSL 92.4º 0.27% 0.36% -
HSV(B) 92.4º 0.43% 0.46% -
XYZ 11.59 15.3 7.65 -
YUV 103.23 107.55 118.57 -
System Red Green Blue C M Y K H S L
Decimal 90 117 67 0.23 0 0.43 0.54 92.4 0.27 0.36
Hex 5A 75 43 17 0 2B 36 5C 1B 24
Octal 132 165 103 27 0 53 66 134 33 44
Binary 1011010 1110101 1000011 10111 0 101011 110110 1011100 11011 100100

Color Harmonies of #5A7543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7543

Black with #5A7543

Text Example


Text Example

White with #5A7543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A7543; }

 p { color: rgb(90,117,67); }

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

background-color css

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

 a { background-color: rgb(90,117,67); }

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

border-color css

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

 span { border-color: rgb(90,117,67); }

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