Html Css Color HEX #54582E Saratoga

📋 copy color: '#54582E'

red 84 ◦ green 88 ◦ blue 46

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

Shades of Saratoga #54582E

Tints of Saratoga #54582E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.1%

R = 38.53%
G = 40.37%
B = 21.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#54582E (or 0x54582E) is known color: Saratoga. HEX triplet: 54, 58 and 2E. RGB value is (84,88,46). Sum of RGB (Red+Green+Blue) = 84+88+46=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 88 - color contains mainly: green. Hex color #54582E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54582E is #ABA7D1. Grayscale: #525252. Windows color (decimal): -11249618 or 3037268. OLE color: 3037268.

HSL color Cylindrical-coordinate representation of color #54582E: hue angle of 65.71º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54582E is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 84 88 46 -
CMYK 0.05 0 0.48 0.65
HSL 65.71º 0.31% 0.26% -
HSV(B) 65.71º 0.48% 0.35% -
XYZ 7.64 9.06 3.93 -
YUV 82.02 107.67 129.42 -
System Red Green Blue C M Y K H S L
Decimal 84 88 46 0.05 0 0.48 0.65 65.71 0.31 0.26
Hex 54 58 2E 5 0 30 41 42 1F 1A
Octal 124 130 56 5 0 60 101 102 37 32
Binary 1010100 1011000 101110 101 0 110000 1000001 1000010 11111 11010

Color Harmonies of #54582E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54582E

Black with #54582E

Text Example


Text Example

White with #54582E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,88,46); }

 H1.HeaderClassName
 {
   color: #54582E;
 }
 .AnyTagClassName
 {
   color: #54582E;
 }
</style>

background-color css

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

 a { background-color: rgb(84,88,46); }

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

border-color css

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

 span { border-color: rgb(84,88,46); }

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