Html Css Color HEX #54614A Cabbage Pont

📋 copy color: '#54614A'

red 84 ◦ green 97 ◦ blue 74

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

Shades of Cabbage Pont #54614A

Tints of Cabbage Pont #54614A

RGB

 RED value IS 84 (33.2% from 255) = 32.94%

 GREEN value IS 97 (38.28% from 255) = 38.04%

 BLUE value IS 74 (29.3% from 255) = 29.02%

R = 32.94%
G = 38.04%
B = 29.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#54614A (or 0x54614A) is known color: Cabbage Pont. HEX triplet: 54, 61 and 4A. RGB value is (84,97,74). Sum of RGB (Red+Green+Blue) = 84+97+74=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 97 - color contains mainly: green. Hex color #54614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54614A is #AB9EB5. Grayscale: #5A5A5A. Windows color (decimal): -11247286 or 4874580. OLE color: 4874580.

HSL color Cylindrical-coordinate representation of color #54614A: hue angle of 93.91º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #54614A is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 84 97 74 -
CMYK 0.13 0 0.24 0.62
HSL 93.91º 0.13% 0.34% -
HSV(B) 93.91º 0.24% 0.38% -
XYZ 9.17 10.93 8.1 -
YUV 90.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 84 97 74 0.13 0 0.24 0.62 93.91 0.13 0.34
Hex 54 61 4A D 0 18 3E 5E D 22
Octal 124 141 112 15 0 30 76 136 15 42
Binary 1010100 1100001 1001010 1101 0 11000 111110 1011110 1101 100010

Color Harmonies of #54614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54614A

Black with #54614A

Text Example


Text Example

White with #54614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54614A; }

 p { color: rgb(84,97,74); }

 H1.HeaderClassName
 {
   color: #54614A;
 }
 .AnyTagClassName
 {
   color: #54614A;
 }
</style>

background-color css

<style>
 a { background-color: #54614A; }

 a { background-color: rgb(84,97,74); }

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

border-color css

<style>
 span { border-color: #54614A; }

 span { border-color: rgb(84,97,74); }

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