Html Css Color HEX #53582F Saratoga

📋 copy color: '#53582F'

red 83 ◦ green 88 ◦ blue 47

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

Shades of Saratoga #53582F

Tints of Saratoga #53582F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.56%

R = 38.07%
G = 40.37%
B = 21.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#53582F (or 0x53582F) is known color: Saratoga. HEX triplet: 53, 58 and 2F. RGB value is (83,88,47). Sum of RGB (Red+Green+Blue) = 83+88+47=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 88 - color contains mainly: green. Hex color #53582F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53582F is #ACA7D0. Grayscale: #515151. Windows color (decimal): -11315153 or 3102803. OLE color: 3102803.

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

Color convert

RGB 83 88 47 -
CMYK 0.06 0 0.47 0.65
HSL 67.32º 0.3% 0.26% -
HSV(B) 67.32º 0.47% 0.35% -
XYZ 7.57 9.02 4.03 -
YUV 81.83 108.34 128.83 -
System Red Green Blue C M Y K H S L
Decimal 83 88 47 0.06 0 0.47 0.65 67.32 0.3 0.26
Hex 53 58 2F 6 0 2F 41 43 1E 1A
Octal 123 130 57 6 0 57 101 103 36 32
Binary 1010011 1011000 101111 110 0 101111 1000001 1000011 11110 11010

Color Harmonies of #53582F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53582F

Black with #53582F

Text Example


Text Example

White with #53582F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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