Html Css Color HEX #525326 Saratoga

📋 copy color: '#525326'

red 82 ◦ green 83 ◦ blue 38

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

Shades of Saratoga #525326

Tints of Saratoga #525326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.72%

R = 40.39%
G = 40.89%
B = 18.72%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#525326 (or 0x525326) is known color: Saratoga. HEX triplet: 52, 53 and 26. RGB value is (82,83,38). Sum of RGB (Red+Green+Blue) = 82+83+38=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 38 (15.23% from 255 or 18.72% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #525326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525326 is #ADACD9. Grayscale: #4D4D4D. Windows color (decimal): -11381978 or 2511698. OLE color: 2511698.

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

Color convert

RGB 82 83 38 -
CMYK 0.01 0 0.54 0.67
HSL 61.33º 0.37% 0.24% -
HSV(B) 61.33º 0.54% 0.33% -
XYZ 6.92 8.12 3.04 -
YUV 77.57 105.67 131.16 -
System Red Green Blue C M Y K H S L
Decimal 82 83 38 0.01 0 0.54 0.67 61.33 0.37 0.24
Hex 52 53 26 1 0 36 43 3D 25 18
Octal 122 123 46 1 0 66 103 75 45 30
Binary 1010010 1010011 100110 1 0 110110 1000011 111101 100101 11000

Color Harmonies of #525326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525326

Black with #525326

Text Example


Text Example

White with #525326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525326; }

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

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

background-color css

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

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

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

border-color css

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

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

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