Html Css Color HEX #58602F Saratoga

📋 copy color: '#58602F'

red 88 ◦ green 96 ◦ blue 47

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

Shades of Saratoga #58602F

Tints of Saratoga #58602F

RGB

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

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

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

R = 38.1%
G = 41.56%
B = 20.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#58602F (or 0x58602F) is known color: Saratoga. HEX triplet: 58, 60 and 2F. RGB value is (88,96,47). Sum of RGB (Red+Green+Blue) = 88+96+47=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 96 - color contains mainly: green. Hex color #58602F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58602F is #A79FD0. Grayscale: #585858. Windows color (decimal): -10985425 or 3104856. OLE color: 3104856.

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

Color convert

RGB 88 96 47 -
CMYK 0.08 0 0.51 0.62
HSL 69.8º 0.34% 0.28% -
HSV(B) 69.8º 0.51% 0.38% -
XYZ 8.72 10.65 4.28 -
YUV 88.02 104.85 127.98 -
System Red Green Blue C M Y K H S L
Decimal 88 96 47 0.08 0 0.51 0.62 69.8 0.34 0.28
Hex 58 60 2F 8 0 33 3E 46 22 1C
Octal 130 140 57 10 0 63 76 106 42 34
Binary 1011000 1100000 101111 1000 0 110011 111110 1000110 100010 11100

Color Harmonies of #58602F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58602F

Black with #58602F

Text Example


Text Example

White with #58602F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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