Html Css Color HEX #51552D Saratoga

📋 copy color: '#51552D'

red 81 ◦ green 85 ◦ blue 45

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

Shades of Saratoga #51552D

Tints of Saratoga #51552D

RGB

 RED value IS 81 (32.03% from 255) = 38.39%

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

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

R = 38.39%
G = 40.28%
B = 21.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#51552D (or 0x51552D) is known color: Saratoga. HEX triplet: 51, 55 and 2D. RGB value is (81,85,45). Sum of RGB (Red+Green+Blue) = 81+85+45=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #51552D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51552D is #AEAAD2. Grayscale: #4F4F4F. Windows color (decimal): -11446995 or 2970961. OLE color: 2970961.

HSL color Cylindrical-coordinate representation of color #51552D: hue angle of 66º 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 #51552D is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 85 45 -
CMYK 0.05 0 0.47 0.67
HSL 66º 0.31% 0.25% -
HSV(B) 66º 0.47% 0.33% -
XYZ 7.12 8.44 3.74 -
YUV 79.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 81 85 45 0.05 0 0.47 0.67 66 0.31 0.25
Hex 51 55 2D 5 0 2F 43 42 1F 19
Octal 121 125 55 5 0 57 103 102 37 31
Binary 1010001 1010101 101101 101 0 101111 1000011 1000010 11111 11001

Color Harmonies of #51552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51552D

Black with #51552D

Text Example


Text Example

White with #51552D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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