Html Css Color HEX #53552D Saratoga

📋 copy color: '#53552D'

red 83 ◦ green 85 ◦ blue 45

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

Shades of Saratoga #53552D

Tints of Saratoga #53552D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.91%

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

R = 38.97%
G = 39.91%
B = 21.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#53552D (or 0x53552D) is known color: Saratoga. HEX triplet: 53, 55 and 2D. RGB value is (83,85,45). Sum of RGB (Red+Green+Blue) = 83+85+45=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 85 - color contains mainly: green. Hex color #53552D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53552D is #ACAAD2. Grayscale: #505050. Windows color (decimal): -11315923 or 2970963. OLE color: 2970963.

HSL color Cylindrical-coordinate representation of color #53552D: hue angle of 63º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53552D is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 85 45 -
CMYK 0.02 0 0.47 0.67
HSL 63º 0.31% 0.25% -
HSV(B) 63º 0.47% 0.33% -
XYZ 7.29 8.53 3.74 -
YUV 79.84 108.34 130.25 -
System Red Green Blue C M Y K H S L
Decimal 83 85 45 0.02 0 0.47 0.67 63 0.31 0.25
Hex 53 55 2D 2 0 2F 43 3F 1F 19
Octal 123 125 55 2 0 57 103 77 37 31
Binary 1010011 1010101 101101 10 0 101111 1000011 111111 11111 11001

Color Harmonies of #53552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53552D

Black with #53552D

Text Example


Text Example

White with #53552D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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