Html Css Color HEX #52602B Saratoga

📋 copy color: '#52602B'

red 82 ◦ green 96 ◦ blue 43

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

Shades of Saratoga #52602B

Tints of Saratoga #52602B

RGB

 RED value IS 82 (32.42% from 255) = 37.1%

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

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

R = 37.1%
G = 43.44%
B = 19.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#52602B (or 0x52602B) is known color: Saratoga. HEX triplet: 52, 60 and 2B. RGB value is (82,96,43). Sum of RGB (Red+Green+Blue) = 82+96+43=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 96 - color contains mainly: green. Hex color #52602B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52602B is #AD9FD4. Grayscale: #555555. Windows color (decimal): -11378645 or 2842706. OLE color: 2842706.

HSL color Cylindrical-coordinate representation of color #52602B: hue angle of 75.85º 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 #52602B is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 96 43 -
CMYK 0.15 0 0.55 0.62
HSL 75.85º 0.38% 0.27% -
HSV(B) 75.85º 0.55% 0.38% -
XYZ 8.1 10.33 3.85 -
YUV 85.77 103.86 125.31 -
System Red Green Blue C M Y K H S L
Decimal 82 96 43 0.15 0 0.55 0.62 75.85 0.38 0.27
Hex 52 60 2B F 0 37 3E 4C 26 1B
Octal 122 140 53 17 0 67 76 114 46 33
Binary 1010010 1100000 101011 1111 0 110111 111110 1001100 100110 11011

Color Harmonies of #52602B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52602B

Black with #52602B

Text Example


Text Example

White with #52602B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52602B; }

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

 H1.HeaderClassName
 {
   color: #52602B;
 }
 .AnyTagClassName
 {
   color: #52602B;
 }
</style>

background-color css

<style>
 a { background-color: #52602B; }

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

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

border-color css

<style>
 span { border-color: #52602B; }

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

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