Html Css Color HEX #5A602B Saratoga

📋 copy color: '#5A602B'

red 90 ◦ green 96 ◦ blue 43

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

Shades of Saratoga #5A602B

Tints of Saratoga #5A602B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.78%

R = 39.3%
G = 41.92%
B = 18.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#5A602B (or 0x5A602B) is known color: Saratoga. HEX triplet: 5A, 60 and 2B. RGB value is (90,96,43). Sum of RGB (Red+Green+Blue) = 90+96+43=229 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.30% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 43 (17.19% from 255 or 18.78% from 229); Max value from RGB is 96 - color contains mainly: green. Hex color #5A602B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A602B is #A59FD4. Grayscale: #585858. Windows color (decimal): -10854357 or 2842714. OLE color: 2842714.

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

Color convert

RGB 90 96 43 -
CMYK 0.06 0 0.55 0.62
HSL 66.79º 0.38% 0.27% -
HSV(B) 66.79º 0.55% 0.38% -
XYZ 8.84 10.71 3.89 -
YUV 88.16 102.51 129.31 -
System Red Green Blue C M Y K H S L
Decimal 90 96 43 0.06 0 0.55 0.62 66.79 0.38 0.27
Hex 5A 60 2B 6 0 37 3E 43 26 1B
Octal 132 140 53 6 0 67 76 103 46 33
Binary 1011010 1100000 101011 110 0 110111 111110 1000011 100110 11011

Color Harmonies of #5A602B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A602B

Black with #5A602B

Text Example


Text Example

White with #5A602B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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