Html Css Color HEX #545A33 Saratoga

📋 copy color: '#545A33'

red 84 ◦ green 90 ◦ blue 51

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

Shades of Saratoga #545A33

Tints of Saratoga #545A33

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40%

 BLUE value IS 51 (20.31% from 255) = 22.67%

R = 37.33%
G = 40%
B = 22.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#545A33 (or 0x545A33) is known color: Saratoga. HEX triplet: 54, 5A and 33. RGB value is (84,90,51). Sum of RGB (Red+Green+Blue) = 84+90+51=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 90 - color contains mainly: green. Hex color #545A33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545A33 is #ABA5CC. Grayscale: #535353. Windows color (decimal): -11249101 or 3365460. OLE color: 3365460.

HSL color Cylindrical-coordinate representation of color #545A33: hue angle of 69.23º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #545A33 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB 84 90 51 -
CMYK 0.07 0 0.43 0.65
HSL 69.23º 0.28% 0.28% -
HSV(B) 69.23º 0.43% 0.35% -
XYZ 7.91 9.44 4.54 -
YUV 83.76 109.51 128.17 -
System Red Green Blue C M Y K H S L
Decimal 84 90 51 0.07 0 0.43 0.65 69.23 0.28 0.28
Hex 54 5A 33 7 0 2B 41 45 1C 1C
Octal 124 132 63 7 0 53 101 105 34 34
Binary 1010100 1011010 110011 111 0 101011 1000001 1000101 11100 11100

Color Harmonies of #545A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545A33

Black with #545A33

Text Example


Text Example

White with #545A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,90,51); }

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

background-color css

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

 a { background-color: rgb(84,90,51); }

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

border-color css

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

 span { border-color: rgb(84,90,51); }

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