Html Css Color HEX #51592B Saratoga

📋 copy color: '#51592B'

red 81 ◦ green 89 ◦ blue 43

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

Shades of Saratoga #51592B

Tints of Saratoga #51592B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.78%

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

R = 38.03%
G = 41.78%
B = 20.19%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#51592B (or 0x51592B) is known color: Saratoga. HEX triplet: 51, 59 and 2B. RGB value is (81,89,43). Sum of RGB (Red+Green+Blue) = 81+89+43=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #51592B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51592B is #AEA6D4. Grayscale: #515151. Windows color (decimal): -11445973 or 2840913. OLE color: 2840913.

HSL color Cylindrical-coordinate representation of color #51592B: hue angle of 70.43º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #51592B is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 89 43 -
CMYK 0.09 0 0.52 0.65
HSL 70.43º 0.35% 0.26% -
HSV(B) 70.43º 0.52% 0.35% -
XYZ 7.4 9.07 3.65 -
YUV 81.36 106.35 127.74 -
System Red Green Blue C M Y K H S L
Decimal 81 89 43 0.09 0 0.52 0.65 70.43 0.35 0.26
Hex 51 59 2B 9 0 34 41 46 23 1A
Octal 121 131 53 11 0 64 101 106 43 32
Binary 1010001 1011001 101011 1001 0 110100 1000001 1000110 100011 11010

Color Harmonies of #51592B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51592B

Black with #51592B

Text Example


Text Example

White with #51592B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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