Html Css Color HEX #545823 Saratoga

📋 copy color: '#545823'

red 84 ◦ green 88 ◦ blue 35

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

Shades of Saratoga #545823

Tints of Saratoga #545823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.91%

R = 40.58%
G = 42.51%
B = 16.91%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#545823 (or 0x545823) is known color: Saratoga. HEX triplet: 54, 58 and 23. RGB value is (84,88,35). Sum of RGB (Red+Green+Blue) = 84+88+35=207 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.58% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 35 (14.06% from 255 or 16.91% from 207); Max value from RGB is 88 - color contains mainly: green. Hex color #545823 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545823 is #ABA7DC. Grayscale: #505050. Windows color (decimal): -11249629 or 2316372. OLE color: 2316372.

HSL color Cylindrical-coordinate representation of color #545823: hue angle of 64.53º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #545823 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB 84 88 35 -
CMYK 0.05 0 0.60 0.65
HSL 64.53º 0.43% 0.24% -
HSV(B) 64.53º 0.6% 0.35% -
XYZ 7.45 8.99 2.93 -
YUV 80.76 102.17 130.31 -
System Red Green Blue C M Y K H S L
Decimal 84 88 35 0.05 0 0.60 0.65 64.53 0.43 0.24
Hex 54 58 23 5 0 3C 41 41 2B 18
Octal 124 130 43 5 0 74 101 101 53 30
Binary 1010100 1011000 100011 101 0 111100 1000001 1000001 101011 11000

Color Harmonies of #545823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545823

Black with #545823

Text Example


Text Example

White with #545823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545823; }

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

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

background-color css

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

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

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

border-color css

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

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

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