Html Css Color HEX #525830 Saratoga

📋 copy color: '#525830'

red 82 ◦ green 88 ◦ blue 48

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

Shades of Saratoga #525830

Tints of Saratoga #525830

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.37%

 BLUE value IS 48 (19.14% from 255) = 22.02%

R = 37.61%
G = 40.37%
B = 22.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#525830 (or 0x525830) is known color: Saratoga. HEX triplet: 52, 58 and 30. RGB value is (82,88,48). Sum of RGB (Red+Green+Blue) = 82+88+48=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 88 - color contains mainly: green. Hex color #525830 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525830 is #ADA7CF. Grayscale: #515151. Windows color (decimal): -11380688 or 3168338. OLE color: 3168338.

HSL color Cylindrical-coordinate representation of color #525830: hue angle of 69º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #525830 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 88 48 -
CMYK 0.07 0 0.45 0.65
HSL 69º 0.29% 0.27% -
HSV(B) 69º 0.45% 0.35% -
XYZ 7.5 8.99 4.14 -
YUV 81.65 109.01 128.25 -
System Red Green Blue C M Y K H S L
Decimal 82 88 48 0.07 0 0.45 0.65 69 0.29 0.27
Hex 52 58 30 7 0 2D 41 45 1D 1B
Octal 122 130 60 7 0 55 101 105 35 33
Binary 1010010 1011000 110000 111 0 101101 1000001 1000101 11101 11011

Color Harmonies of #525830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525830

Black with #525830

Text Example


Text Example

White with #525830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525830; }

 p { color: rgb(82,88,48); }

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

background-color css

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

 a { background-color: rgb(82,88,48); }

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

border-color css

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

 span { border-color: rgb(82,88,48); }

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