Html Css Color HEX #54611D Saratoga

📋 copy color: '#54611D'

red 84 ◦ green 97 ◦ blue 29

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

Shades of Saratoga #54611D

Tints of Saratoga #54611D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 46.19%

 BLUE value IS 29 (11.72% from 255) = 13.81%

R = 40%
G = 46.19%
B = 13.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#54611D (or 0x54611D) is known color: Saratoga. HEX triplet: 54, 61 and 1D. RGB value is (84,97,29). Sum of RGB (Red+Green+Blue) = 84+97+29=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 97 - color contains mainly: green. Hex color #54611D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54611D is #AB9EE2. Grayscale: #555555. Windows color (decimal): -11247331 or 1925460. OLE color: 1925460.

HSL color Cylindrical-coordinate representation of color #54611D: hue angle of 71.47º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #54611D is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 84 97 29 -
CMYK 0.13 0 0.70 0.62
HSL 71.47º 0.54% 0.25% -
HSV(B) 71.47º 0.7% 0.38% -
XYZ 8.15 10.52 2.76 -
YUV 85.36 96.19 127.03 -
System Red Green Blue C M Y K H S L
Decimal 84 97 29 0.13 0 0.70 0.62 71.47 0.54 0.25
Hex 54 61 1D D 0 46 3E 47 36 19
Octal 124 141 35 15 0 106 76 107 66 31
Binary 1010100 1100001 11101 1101 0 1000110 111110 1000111 110110 11001

Color Harmonies of #54611D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54611D

Black with #54611D

Text Example


Text Example

White with #54611D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54611D; }

 p { color: rgb(84,97,29); }

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

background-color css

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

 a { background-color: rgb(84,97,29); }

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

border-color css

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

 span { border-color: rgb(84,97,29); }

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