Html Css Color HEX #525B28 Saratoga

📋 copy color: '#525B28'

red 82 ◦ green 91 ◦ blue 40

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

Shades of Saratoga #525B28

Tints of Saratoga #525B28

RGB

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

 GREEN value IS 91 (35.94% from 255) = 42.72%

 BLUE value IS 40 (16.02% from 255) = 18.78%

R = 38.5%
G = 42.72%
B = 18.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.64

RGB Variations

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

Color information

#525B28 (or 0x525B28) is known color: Saratoga. HEX triplet: 52, 5B and 28. RGB value is (82,91,40). Sum of RGB (Red+Green+Blue) = 82+91+40=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 91 (35.94% from 255 or 42.72% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 91 - color contains mainly: green. Hex color #525B28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525B28 is #ADA4D7. Grayscale: #525252. Windows color (decimal): -11379928 or 2644818. OLE color: 2644818.

HSL color Cylindrical-coordinate representation of color #525B28: hue angle of 70.59º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #525B28 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 91 40 -
CMYK 0.10 0 0.56 0.64
HSL 70.59º 0.39% 0.26% -
HSV(B) 70.59º 0.56% 0.36% -
XYZ 7.6 9.43 3.43 -
YUV 82.5 104.02 127.65 -
System Red Green Blue C M Y K H S L
Decimal 82 91 40 0.10 0 0.56 0.64 70.59 0.39 0.26
Hex 52 5B 28 A 0 38 40 47 27 1A
Octal 122 133 50 12 0 70 100 107 47 32
Binary 1010010 1011011 101000 1010 0 111000 1000000 1000111 100111 11010

Color Harmonies of #525B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525B28

Black with #525B28

Text Example


Text Example

White with #525B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,91,40); }

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

background-color css

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

 a { background-color: rgb(82,91,40); }

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

border-color css

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

 span { border-color: rgb(82,91,40); }

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