Html Css Color HEX #58602D Saratoga

📋 copy color: '#58602D'

red 88 ◦ green 96 ◦ blue 45

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

Shades of Saratoga #58602D

Tints of Saratoga #58602D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.65%

R = 38.43%
G = 41.92%
B = 19.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#58602D (or 0x58602D) is known color: Saratoga. HEX triplet: 58, 60 and 2D. RGB value is (88,96,45). Sum of RGB (Red+Green+Blue) = 88+96+45=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 96 - color contains mainly: green. Hex color #58602D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58602D is #A79FD2. Grayscale: #575757. Windows color (decimal): -10985427 or 2973784. OLE color: 2973784.

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

Color convert

RGB 88 96 45 -
CMYK 0.08 0 0.53 0.62
HSL 69.41º 0.36% 0.28% -
HSV(B) 69.41º 0.53% 0.38% -
XYZ 8.68 10.63 4.08 -
YUV 87.79 103.85 128.15 -
System Red Green Blue C M Y K H S L
Decimal 88 96 45 0.08 0 0.53 0.62 69.41 0.36 0.28
Hex 58 60 2D 8 0 35 3E 45 24 1C
Octal 130 140 55 10 0 65 76 105 44 34
Binary 1011000 1100000 101101 1000 0 110101 111110 1000101 100100 11100

Color Harmonies of #58602D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58602D

Black with #58602D

Text Example


Text Example

White with #58602D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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