Html Css Color HEX #54631F Saratoga

📋 copy color: '#54631F'

red 84 ◦ green 99 ◦ blue 31

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

Shades of Saratoga #54631F

Tints of Saratoga #54631F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.26%

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

R = 39.25%
G = 46.26%
B = 14.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#54631F (or 0x54631F) is known color: Saratoga. HEX triplet: 54, 63 and 1F. RGB value is (84,99,31). Sum of RGB (Red+Green+Blue) = 84+99+31=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 99 - color contains mainly: green. Hex color #54631F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54631F is #AB9CE0. Grayscale: #575757. Windows color (decimal): -11246817 or 2057044. OLE color: 2057044.

HSL color Cylindrical-coordinate representation of color #54631F: hue angle of 73.24º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #54631F is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB 84 99 31 -
CMYK 0.15 0 0.69 0.61
HSL 73.24º 0.52% 0.25% -
HSV(B) 73.24º 0.69% 0.39% -
XYZ 8.37 10.91 2.96 -
YUV 86.76 96.53 126.03 -
System Red Green Blue C M Y K H S L
Decimal 84 99 31 0.15 0 0.69 0.61 73.24 0.52 0.25
Hex 54 63 1F F 0 45 3D 49 34 19
Octal 124 143 37 17 0 105 75 111 64 31
Binary 1010100 1100011 11111 1111 0 1000101 111101 1001001 110100 11001

Color Harmonies of #54631F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54631F

Black with #54631F

Text Example


Text Example

White with #54631F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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