Html Css Color HEX #51594B Cabbage Pont

📋 copy color: '#51594B'

red 81 ◦ green 89 ◦ blue 75

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

Shades of Cabbage Pont #51594B

Tints of Cabbage Pont #51594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30.61%

R = 33.06%
G = 36.33%
B = 30.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#51594B (or 0x51594B) is known color: Cabbage Pont. HEX triplet: 51, 59 and 4B. RGB value is (81,89,75). Sum of RGB (Red+Green+Blue) = 81+89+75=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 89 - color contains mainly: green. Hex color #51594B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51594B is #AEA6B4. Grayscale: #555555. Windows color (decimal): -11445941 or 4938065. OLE color: 4938065.

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

Color convert

RGB 81 89 75 -
CMYK 0.09 0 0.16 0.65
HSL 94.29º 0.09% 0.32% -
HSV(B) 94.29º 0.16% 0.35% -
XYZ 8.24 9.4 8.04 -
YUV 85.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 81 89 75 0.09 0 0.16 0.65 94.29 0.09 0.32
Hex 51 59 4B 9 0 10 41 5E 9 20
Octal 121 131 113 11 0 20 101 136 11 40
Binary 1010001 1011001 1001011 1001 0 10000 1000001 1011110 1001 100000

Color Harmonies of #51594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51594B

Black with #51594B

Text Example


Text Example

White with #51594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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