Html Css Color HEX #58612F Saratoga

📋 copy color: '#58612F'

red 88 ◦ green 97 ◦ blue 47

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

Shades of Saratoga #58612F

Tints of Saratoga #58612F

RGB

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

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

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

R = 37.93%
G = 41.81%
B = 20.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#58612F (or 0x58612F) is known color: Saratoga. HEX triplet: 58, 61 and 2F. RGB value is (88,97,47). Sum of RGB (Red+Green+Blue) = 88+97+47=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 97 - color contains mainly: green. Hex color #58612F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58612F is #A79ED0. Grayscale: #585858. Windows color (decimal): -10985169 or 3105112. OLE color: 3105112.

HSL color Cylindrical-coordinate representation of color #58612F: hue angle of 70.8º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58612F is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 97 47 -
CMYK 0.09 0 0.52 0.62
HSL 70.8º 0.35% 0.28% -
HSV(B) 70.8º 0.52% 0.38% -
XYZ 8.81 10.83 4.32 -
YUV 88.61 104.52 127.57 -
System Red Green Blue C M Y K H S L
Decimal 88 97 47 0.09 0 0.52 0.62 70.8 0.35 0.28
Hex 58 61 2F 9 0 34 3E 47 23 1C
Octal 130 141 57 11 0 64 76 107 43 34
Binary 1011000 1100001 101111 1001 0 110100 111110 1000111 100011 11100

Color Harmonies of #58612F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58612F

Black with #58612F

Text Example


Text Example

White with #58612F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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