#54631E

Color #54631E Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #54631E

Tints of Saratoga #54631E

Color information

#54631E (or 0x54631E) is unknown color: approx Saratoga. HEX triplet: 54, 63 and 1E. RGB value is (84,99,30). Sum of RGB (Red+Green+Blue) = 84+99+30=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 99 - color contains mainly: green. Hex color #54631E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54631E is #AB9CE1. Grayscale: #565656. Windows color (decimal): -11246818 or 1991508. OLE color: 1991508.

HSL color Cylindrical-coordinate representation of color #54631E: hue angle of 73.04º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #54631E is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB849930-
CMYK0.1500.700.61
HSL73.04º53.49%25.29%-
HSV(B)73.04º69.7%38.82%-
XYZ8.3510.92.89-
YUV86.6596.03126.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.44%
GREEN value IS 99 (39.06% from 255) = 46.48%
BLUE value IS 30 (12.11% from 255) = 14.08%
R=39.44%
G=46.48%
B=14.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8499300.1500.700.6173.0453.4925.29
Hex54631EF0463D493519
Octal12414336170106751116531
Binary1010100110001111110111101000110111101100100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54631E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54631E; }

 p { color: rgb(84,99,30); }

 H1.HeaderClassName
 {
   color: #54631E;
 }
 .AnyTagClassName
 {
   color: #54631E;
 }
</style>
background-color css

<style>
 a { background-color: #54631E; }

 a { background-color: rgb(84,99,30); }

 div.DivClassName
 {
   background-color: #54631E;
 }
 .BgClassName
 {
   background-color: #54631E;
 }
</style>
border-color css

<style>
 span { border-color: #54631E; }

 span { border-color: rgb(84,99,30); }

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