Html Css Color HEX #51552B Saratoga

📋 copy color: '#51552B'

red 81 ◦ green 85 ◦ blue 43

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

Shades of Saratoga #51552B

Tints of Saratoga #51552B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.57%

R = 38.76%
G = 40.67%
B = 20.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#51552B (or 0x51552B) is known color: Saratoga. HEX triplet: 51, 55 and 2B. RGB value is (81,85,43). Sum of RGB (Red+Green+Blue) = 81+85+43=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 85 - color contains mainly: green. Hex color #51552B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51552B is #AEAAD4. Grayscale: #4F4F4F. Windows color (decimal): -11446997 or 2839889. OLE color: 2839889.

HSL color Cylindrical-coordinate representation of color #51552B: hue angle of 65.71º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51552B is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 85 43 -
CMYK 0.05 0 0.49 0.67
HSL 65.71º 0.33% 0.25% -
HSV(B) 65.71º 0.49% 0.33% -
XYZ 7.08 8.42 3.54 -
YUV 79.02 107.67 129.42 -
System Red Green Blue C M Y K H S L
Decimal 81 85 43 0.05 0 0.49 0.67 65.71 0.33 0.25
Hex 51 55 2B 5 0 31 43 42 21 19
Octal 121 125 53 5 0 61 103 102 41 31
Binary 1010001 1010101 101011 101 0 110001 1000011 1000010 100001 11001

Color Harmonies of #51552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51552B

Black with #51552B

Text Example


Text Example

White with #51552B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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