Html Css Color HEX #58642F Saratoga

📋 copy color: '#58642F'

red 88 ◦ green 100 ◦ blue 47

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

Shades of Saratoga #58642F

Tints of Saratoga #58642F

RGB

 RED value IS 88 (34.77% from 255) = 37.45%

 GREEN value IS 100 (39.45% from 255) = 42.55%

 BLUE value IS 47 (18.75% from 255) = 20%

R = 37.45%
G = 42.55%
B = 20%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#58642F (or 0x58642F) is known color: Saratoga. HEX triplet: 58, 64 and 2F. RGB value is (88,100,47). Sum of RGB (Red+Green+Blue) = 88+100+47=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 100 - color contains mainly: green. Hex color #58642F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58642F is #A79BD0. Grayscale: #5A5A5A. Windows color (decimal): -10984401 or 3105880. OLE color: 3105880.

HSL color Cylindrical-coordinate representation of color #58642F: hue angle of 73.58º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58642F is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB 88 100 47 -
CMYK 0.12 0 0.53 0.61
HSL 73.58º 0.36% 0.29% -
HSV(B) 73.58º 0.53% 0.39% -
XYZ 9.09 11.39 4.41 -
YUV 90.37 103.52 126.31 -
System Red Green Blue C M Y K H S L
Decimal 88 100 47 0.12 0 0.53 0.61 73.58 0.36 0.29
Hex 58 64 2F C 0 35 3D 4A 24 1D
Octal 130 144 57 14 0 65 75 112 44 35
Binary 1011000 1100100 101111 1100 0 110101 111101 1001010 100100 11101

Color Harmonies of #58642F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58642F

Black with #58642F

Text Example


Text Example

White with #58642F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,100,47); }

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

background-color css

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

 a { background-color: rgb(88,100,47); }

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

border-color css

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

 span { border-color: rgb(88,100,47); }

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