Html Css Color HEX #55602A Saratoga

📋 copy color: '#55602A'

red 85 ◦ green 96 ◦ blue 42

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

Shades of Saratoga #55602A

Tints of Saratoga #55602A

RGB

 RED value IS 85 (33.59% from 255) = 38.12%

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

 BLUE value IS 42 (16.8% from 255) = 18.83%

R = 38.12%
G = 43.05%
B = 18.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#55602A (or 0x55602A) is known color: Saratoga. HEX triplet: 55, 60 and 2A. RGB value is (85,96,42). Sum of RGB (Red+Green+Blue) = 85+96+42=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 96 - color contains mainly: green. Hex color #55602A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55602A is #AA9FD5. Grayscale: #565656. Windows color (decimal): -11182038 or 2777173. OLE color: 2777173.

HSL color Cylindrical-coordinate representation of color #55602A: hue angle of 72.22º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55602A is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 96 42 -
CMYK 0.11 0 0.56 0.62
HSL 72.22º 0.39% 0.27% -
HSV(B) 72.22º 0.56% 0.38% -
XYZ 8.35 10.46 3.77 -
YUV 86.56 102.86 126.89 -
System Red Green Blue C M Y K H S L
Decimal 85 96 42 0.11 0 0.56 0.62 72.22 0.39 0.27
Hex 55 60 2A B 0 38 3E 48 27 1B
Octal 125 140 52 13 0 70 76 110 47 33
Binary 1010101 1100000 101010 1011 0 111000 111110 1001000 100111 11011

Color Harmonies of #55602A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55602A

Black with #55602A

Text Example


Text Example

White with #55602A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55602A; }

 p { color: rgb(85,96,42); }

 H1.HeaderClassName
 {
   color: #55602A;
 }
 .AnyTagClassName
 {
   color: #55602A;
 }
</style>

background-color css

<style>
 a { background-color: #55602A; }

 a { background-color: rgb(85,96,42); }

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

border-color css

<style>
 span { border-color: #55602A; }

 span { border-color: rgb(85,96,42); }

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