Html Css Color HEX #545C30 Saratoga

📋 copy color: '#545C30'

red 84 ◦ green 92 ◦ blue 48

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

Shades of Saratoga #545C30

Tints of Saratoga #545C30

RGB

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

 GREEN value IS 92 (36.33% from 255) = 41.07%

 BLUE value IS 48 (19.14% from 255) = 21.43%

R = 37.5%
G = 41.07%
B = 21.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.64

RGB Variations

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

Color information

#545C30 (or 0x545C30) is known color: Saratoga. HEX triplet: 54, 5C and 30. RGB value is (84,92,48). Sum of RGB (Red+Green+Blue) = 84+92+48=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 92 (36.33% from 255 or 41.07% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 92 - color contains mainly: green. Hex color #545C30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545C30 is #ABA3CF. Grayscale: #545454. Windows color (decimal): -11248592 or 3169364. OLE color: 3169364.

HSL color Cylindrical-coordinate representation of color #545C30: hue angle of 70.91º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #545C30 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB 84 92 48 -
CMYK 0.09 0 0.48 0.64
HSL 70.91º 0.31% 0.27% -
HSV(B) 70.91º 0.48% 0.36% -
XYZ 8.02 9.75 4.26 -
YUV 84.59 107.35 127.58 -
System Red Green Blue C M Y K H S L
Decimal 84 92 48 0.09 0 0.48 0.64 70.91 0.31 0.27
Hex 54 5C 30 9 0 30 40 47 1F 1B
Octal 124 134 60 11 0 60 100 107 37 33
Binary 1010100 1011100 110000 1001 0 110000 1000000 1000111 11111 11011

Color Harmonies of #545C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545C30

Black with #545C30

Text Example


Text Example

White with #545C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545C30; }

 p { color: rgb(84,92,48); }

 H1.HeaderClassName
 {
   color: #545C30;
 }
 .AnyTagClassName
 {
   color: #545C30;
 }
</style>

background-color css

<style>
 a { background-color: #545C30; }

 a { background-color: rgb(84,92,48); }

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

border-color css

<style>
 span { border-color: #545C30; }

 span { border-color: rgb(84,92,48); }

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