Html Css Color HEX #5A611C Saratoga

📋 copy color: '#5A611C'

red 90 ◦ green 97 ◦ blue 28

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

Shades of Saratoga #5A611C

Tints of Saratoga #5A611C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.12%

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

R = 41.86%
G = 45.12%
B = 13.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#5A611C (or 0x5A611C) is known color: Saratoga. HEX triplet: 5A, 61 and 1C. RGB value is (90,97,28). Sum of RGB (Red+Green+Blue) = 90+97+28=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #5A611C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A611C is #A59EE3. Grayscale: #575757. Windows color (decimal): -10854116 or 1859930. OLE color: 1859930.

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

Color convert

RGB 90 97 28 -
CMYK 0.07 0 0.71 0.62
HSL 66.09º 0.55% 0.25% -
HSV(B) 66.09º 0.71% 0.38% -
XYZ 8.7 10.81 2.73 -
YUV 87.04 94.68 130.11 -
System Red Green Blue C M Y K H S L
Decimal 90 97 28 0.07 0 0.71 0.62 66.09 0.55 0.25
Hex 5A 61 1C 7 0 47 3E 42 37 19
Octal 132 141 34 7 0 107 76 102 67 31
Binary 1011010 1100001 11100 111 0 1000111 111110 1000010 110111 11001

Color Harmonies of #5A611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A611C

Black with #5A611C

Text Example


Text Example

White with #5A611C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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