Html Css Color HEX #525325 Saratoga

📋 copy color: '#525325'

red 82 ◦ green 83 ◦ blue 37

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

Shades of Saratoga #525325

Tints of Saratoga #525325

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.09%

 BLUE value IS 37 (14.84% from 255) = 18.32%

R = 40.59%
G = 41.09%
B = 18.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#525325 (or 0x525325) is known color: Saratoga. HEX triplet: 52, 53 and 25. RGB value is (82,83,37). Sum of RGB (Red+Green+Blue) = 82+83+37=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 83 - color contains mainly: green. Hex color #525325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525325 is #ADACDA. Grayscale: #4D4D4D. Windows color (decimal): -11381979 or 2446162. OLE color: 2446162.

HSL color Cylindrical-coordinate representation of color #525325: hue angle of 61.3º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #525325 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 83 37 -
CMYK 0.01 0 0.55 0.67
HSL 61.3º 0.38% 0.24% -
HSV(B) 61.3º 0.55% 0.33% -
XYZ 6.91 8.11 2.95 -
YUV 77.46 105.17 131.24 -
System Red Green Blue C M Y K H S L
Decimal 82 83 37 0.01 0 0.55 0.67 61.3 0.38 0.24
Hex 52 53 25 1 0 37 43 3D 26 18
Octal 122 123 45 1 0 67 103 75 46 30
Binary 1010010 1010011 100101 1 0 110111 1000011 111101 100110 11000

Color Harmonies of #525325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525325

Black with #525325

Text Example


Text Example

White with #525325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525325; }

 p { color: rgb(82,83,37); }

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

background-color css

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

 a { background-color: rgb(82,83,37); }

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

border-color css

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

 span { border-color: rgb(82,83,37); }

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