Html Css Color HEX #5A5F23 Saratoga

📋 copy color: '#5A5F23'

red 90 ◦ green 95 ◦ blue 35

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

Shades of Saratoga #5A5F23

Tints of Saratoga #5A5F23

RGB

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

 GREEN value IS 95 (37.5% from 255) = 43.18%

 BLUE value IS 35 (14.06% from 255) = 15.91%

R = 40.91%
G = 43.18%
B = 15.91%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.63

 K value IS 0.63

RGB Variations

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

Color information

#5A5F23 (or 0x5A5F23) is known color: Saratoga. HEX triplet: 5A, 5F and 23. RGB value is (90,95,35). Sum of RGB (Red+Green+Blue) = 90+95+35=220 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.91% from 220); Green value is 95 (37.5% from 255 or 43.18% from 220); Blue value is 35 (14.06% from 255 or 15.91% from 220); Max value from RGB is 95 - color contains mainly: green. Hex color #5A5F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5F23 is #A5A0DC. Grayscale: #565656. Windows color (decimal): -10854621 or 2318170. OLE color: 2318170.

HSL color Cylindrical-coordinate representation of color #5A5F23: hue angle of 65º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A5F23 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.63.

Color convert

RGB 90 95 35 -
CMYK 0.05 0 0.63 0.63
HSL 65º 0.46% 0.25% -
HSV(B) 65º 0.63% 0.37% -
XYZ 8.61 10.48 3.16 -
YUV 86.67 98.84 130.38 -
System Red Green Blue C M Y K H S L
Decimal 90 95 35 0.05 0 0.63 0.63 65 0.46 0.25
Hex 5A 5F 23 5 0 3F 3F 41 2E 19
Octal 132 137 43 5 0 77 77 101 56 31
Binary 1011010 1011111 100011 101 0 111111 111111 1000001 101110 11001

Color Harmonies of #5A5F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5F23

Black with #5A5F23

Text Example


Text Example

White with #5A5F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,95,35); }

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

background-color css

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

 a { background-color: rgb(90,95,35); }

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

border-color css

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

 span { border-color: rgb(90,95,35); }

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