Html Css Color HEX #53582D Saratoga

📋 copy color: '#53582D'

red 83 ◦ green 88 ◦ blue 45

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

Shades of Saratoga #53582D

Tints of Saratoga #53582D

RGB

 RED value IS 83 (32.81% from 255) = 38.43%

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

 BLUE value IS 45 (17.97% from 255) = 20.83%

R = 38.43%
G = 40.74%
B = 20.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#53582D (or 0x53582D) is known color: Saratoga. HEX triplet: 53, 58 and 2D. RGB value is (83,88,45). Sum of RGB (Red+Green+Blue) = 83+88+45=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 88 - color contains mainly: green. Hex color #53582D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53582D is #ACA7D2. Grayscale: #515151. Windows color (decimal): -11315155 or 2971731. OLE color: 2971731.

HSL color Cylindrical-coordinate representation of color #53582D: hue angle of 66.98º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53582D is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 88 45 -
CMYK 0.06 0 0.49 0.65
HSL 66.98º 0.32% 0.26% -
HSV(B) 66.98º 0.49% 0.35% -
XYZ 7.53 9.01 3.82 -
YUV 81.6 107.34 129 -
System Red Green Blue C M Y K H S L
Decimal 83 88 45 0.06 0 0.49 0.65 66.98 0.32 0.26
Hex 53 58 2D 6 0 31 41 43 20 1A
Octal 123 130 55 6 0 61 101 103 40 32
Binary 1010011 1011000 101101 110 0 110001 1000001 1000011 100000 11010

Color Harmonies of #53582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53582D

Black with #53582D

Text Example


Text Example

White with #53582D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53582D; }

 p { color: rgb(83,88,45); }

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

background-color css

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

 a { background-color: rgb(83,88,45); }

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

border-color css

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

 span { border-color: rgb(83,88,45); }

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