Html Css Color HEX #51582B Saratoga

📋 copy color: '#51582B'

red 81 ◦ green 88 ◦ blue 43

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

Shades of Saratoga #51582B

Tints of Saratoga #51582B

RGB

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

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

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

R = 38.21%
G = 41.51%
B = 20.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#51582B (or 0x51582B) is known color: Saratoga. HEX triplet: 51, 58 and 2B. RGB value is (81,88,43). Sum of RGB (Red+Green+Blue) = 81+88+43=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 88 - color contains mainly: green. Hex color #51582B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51582B is #AEA7D4. Grayscale: #505050. Windows color (decimal): -11446229 or 2840657. OLE color: 2840657.

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

Color convert

RGB 81 88 43 -
CMYK 0.08 0 0.51 0.65
HSL 69.33º 0.34% 0.26% -
HSV(B) 69.33º 0.51% 0.35% -
XYZ 7.32 8.9 3.62 -
YUV 80.78 106.68 128.16 -
System Red Green Blue C M Y K H S L
Decimal 81 88 43 0.08 0 0.51 0.65 69.33 0.34 0.26
Hex 51 58 2B 8 0 33 41 45 22 1A
Octal 121 130 53 10 0 63 101 105 42 32
Binary 1010001 1011000 101011 1000 0 110011 1000001 1000101 100010 11010

Color Harmonies of #51582B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51582B

Black with #51582B

Text Example


Text Example

White with #51582B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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