Html Css Color HEX #525F21 Saratoga

📋 copy color: '#525F21'

red 82 ◦ green 95 ◦ blue 33

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

Shades of Saratoga #525F21

Tints of Saratoga #525F21

RGB

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

 GREEN value IS 95 (37.5% from 255) = 45.24%

 BLUE value IS 33 (13.28% from 255) = 15.71%

R = 39.05%
G = 45.24%
B = 15.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.63

RGB Variations

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

Color information

#525F21 (or 0x525F21) is known color: Saratoga. HEX triplet: 52, 5F and 21. RGB value is (82,95,33). Sum of RGB (Red+Green+Blue) = 82+95+33=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 95 (37.5% from 255 or 45.24% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 95 - color contains mainly: green. Hex color #525F21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525F21 is #ADA0DE. Grayscale: #545454. Windows color (decimal): -11378911 or 2187090. OLE color: 2187090.

HSL color Cylindrical-coordinate representation of color #525F21: hue angle of 72.58º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #525F21 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.63.

Color convert

RGB 82 95 33 -
CMYK 0.14 0 0.65 0.63
HSL 72.58º 0.48% 0.25% -
HSV(B) 72.58º 0.65% 0.37% -
XYZ 7.85 10.09 2.97 -
YUV 84.05 99.19 126.54 -
System Red Green Blue C M Y K H S L
Decimal 82 95 33 0.14 0 0.65 0.63 72.58 0.48 0.25
Hex 52 5F 21 E 0 41 3F 49 30 19
Octal 122 137 41 16 0 101 77 111 60 31
Binary 1010010 1011111 100001 1110 0 1000001 111111 1001001 110000 11001

Color Harmonies of #525F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525F21

Black with #525F21

Text Example


Text Example

White with #525F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525F21; }

 p { color: rgb(82,95,33); }

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

background-color css

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

 a { background-color: rgb(82,95,33); }

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

border-color css

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

 span { border-color: rgb(82,95,33); }

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