Html Css Color HEX #54602A Saratoga

📋 copy color: '#54602A'

red 84 ◦ green 96 ◦ blue 42

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

Shades of Saratoga #54602A

Tints of Saratoga #54602A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.24%

 BLUE value IS 42 (16.8% from 255) = 18.92%

R = 37.84%
G = 43.24%
B = 18.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#54602A (or 0x54602A) is known color: Saratoga. HEX triplet: 54, 60 and 2A. RGB value is (84,96,42). Sum of RGB (Red+Green+Blue) = 84+96+42=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #54602A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54602A is #AB9FD5. Grayscale: #565656. Windows color (decimal): -11247574 or 2777172. OLE color: 2777172.

HSL color Cylindrical-coordinate representation of color #54602A: hue angle of 73.33º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54602A is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB 84 96 42 -
CMYK 0.12 0 0.56 0.62
HSL 73.33º 0.39% 0.27% -
HSV(B) 73.33º 0.56% 0.38% -
XYZ 8.26 10.42 3.77 -
YUV 86.26 103.02 126.39 -
System Red Green Blue C M Y K H S L
Decimal 84 96 42 0.12 0 0.56 0.62 73.33 0.39 0.27
Hex 54 60 2A C 0 38 3E 49 27 1B
Octal 124 140 52 14 0 70 76 111 47 33
Binary 1010100 1100000 101010 1100 0 111000 111110 1001001 100111 11011

Color Harmonies of #54602A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54602A

Black with #54602A

Text Example


Text Example

White with #54602A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,96,42); }

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

background-color css

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

 a { background-color: rgb(84,96,42); }

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

border-color css

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

 span { border-color: rgb(84,96,42); }

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