Html Css Color HEX #54601F Saratoga

📋 copy color: '#54601F'

red 84 ◦ green 96 ◦ blue 31

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

Shades of Saratoga #54601F

Tints of Saratoga #54601F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.69%

R = 39.81%
G = 45.5%
B = 14.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#54601F (or 0x54601F) is known color: Saratoga. HEX triplet: 54, 60 and 1F. RGB value is (84,96,31). Sum of RGB (Red+Green+Blue) = 84+96+31=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 96 - color contains mainly: green. Hex color #54601F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54601F is #AB9FE0. Grayscale: #555555. Windows color (decimal): -11247585 or 2056276. OLE color: 2056276.

HSL color Cylindrical-coordinate representation of color #54601F: hue angle of 71.08º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #54601F is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 84 96 31 -
CMYK 0.12 0 0.68 0.62
HSL 71.08º 0.51% 0.25% -
HSV(B) 71.08º 0.68% 0.38% -
XYZ 8.09 10.35 2.87 -
YUV 85 97.52 127.29 -
System Red Green Blue C M Y K H S L
Decimal 84 96 31 0.12 0 0.68 0.62 71.08 0.51 0.25
Hex 54 60 1F C 0 44 3E 47 33 19
Octal 124 140 37 14 0 104 76 107 63 31
Binary 1010100 1100000 11111 1100 0 1000100 111110 1000111 110011 11001

Color Harmonies of #54601F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54601F

Black with #54601F

Text Example


Text Example

White with #54601F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54601F; }

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

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

background-color css

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

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

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

border-color css

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

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

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