Html Css Color HEX #5A601C Saratoga

📋 copy color: '#5A601C'

red 90 ◦ green 96 ◦ blue 28

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

Shades of Saratoga #5A601C

Tints of Saratoga #5A601C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.86%

 BLUE value IS 28 (11.33% from 255) = 13.08%

R = 42.06%
G = 44.86%
B = 13.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#5A601C (or 0x5A601C) is known color: Saratoga. HEX triplet: 5A, 60 and 1C. RGB value is (90,96,28). Sum of RGB (Red+Green+Blue) = 90+96+28=214 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.06% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 96 - color contains mainly: green. Hex color #5A601C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A601C is #A59FE3. Grayscale: #565656. Windows color (decimal): -10854372 or 1859674. OLE color: 1859674.

HSL color Cylindrical-coordinate representation of color #5A601C: hue angle of 65.29º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A601C is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 96 28 -
CMYK 0.06 0 0.71 0.62
HSL 65.29º 0.55% 0.24% -
HSV(B) 65.29º 0.71% 0.38% -
XYZ 8.61 10.62 2.7 -
YUV 86.45 95.01 130.53 -
System Red Green Blue C M Y K H S L
Decimal 90 96 28 0.06 0 0.71 0.62 65.29 0.55 0.24
Hex 5A 60 1C 6 0 47 3E 41 37 18
Octal 132 140 34 6 0 107 76 101 67 30
Binary 1011010 1100000 11100 110 0 1000111 111110 1000001 110111 11000

Color Harmonies of #5A601C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A601C

Black with #5A601C

Text Example


Text Example

White with #5A601C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,96,28); }

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

background-color css

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

 a { background-color: rgb(90,96,28); }

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

border-color css

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

 span { border-color: rgb(90,96,28); }

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