Html Css Color HEX #58602C Saratoga

📋 copy color: '#58602C'

red 88 ◦ green 96 ◦ blue 44

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

Shades of Saratoga #58602C

Tints of Saratoga #58602C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.3%

R = 38.6%
G = 42.11%
B = 19.3%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#58602C (or 0x58602C) is known color: Saratoga. HEX triplet: 58, 60 and 2C. RGB value is (88,96,44). Sum of RGB (Red+Green+Blue) = 88+96+44=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 96 - color contains mainly: green. Hex color #58602C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58602C is #A79FD3. Grayscale: #575757. Windows color (decimal): -10985428 or 2908248. OLE color: 2908248.

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

Color convert

RGB 88 96 44 -
CMYK 0.08 0 0.54 0.62
HSL 69.23º 0.37% 0.27% -
HSV(B) 69.23º 0.54% 0.38% -
XYZ 8.66 10.62 3.98 -
YUV 87.68 103.35 128.23 -
System Red Green Blue C M Y K H S L
Decimal 88 96 44 0.08 0 0.54 0.62 69.23 0.37 0.27
Hex 58 60 2C 8 0 36 3E 45 25 1B
Octal 130 140 54 10 0 66 76 105 45 33
Binary 1011000 1100000 101100 1000 0 110110 111110 1000101 100101 11011

Color Harmonies of #58602C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58602C

Black with #58602C

Text Example


Text Example

White with #58602C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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