Html Css Color HEX #58582B Saratoga

📋 copy color: '#58582B'

red 88 ◦ green 88 ◦ blue 43

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

Shades of Saratoga #58582B

Tints of Saratoga #58582B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.18%

 BLUE value IS 43 (17.19% from 255) = 19.63%

R = 40.18%
G = 40.18%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#58582B (or 0x58582B) is known color: Saratoga. HEX triplet: 58, 58 and 2B. RGB value is (88,88,43). Sum of RGB (Red+Green+Blue) = 88+88+43=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 43 (17.19% from 255 or 19.63% from 219); Max value from RGB is 88 - color contains mainly: red, green. Hex color #58582B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58582B is #A7A7D4. Grayscale: #535353. Windows color (decimal): -10987477 or 2840664. OLE color: 2840664.

HSL color Cylindrical-coordinate representation of color #58582B: hue angle of 60º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58582B is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 88 43 -
CMYK 0 0 0.51 0.65
HSL 60º 0.34% 0.26% -
HSV(B) 60º 0.51% 0.35% -
XYZ 7.95 9.23 3.65 -
YUV 82.87 105.5 131.66 -
System Red Green Blue C M Y K H S L
Decimal 88 88 43 0 0 0.51 0.65 60 0.34 0.26
Hex 58 58 2B 0 0 33 41 3C 22 1A
Octal 130 130 53 0 0 63 101 74 42 32
Binary 1011000 1011000 101011 0 0 110011 1000001 111100 100010 11010

Color Harmonies of #58582B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58582B

Black with #58582B

Text Example


Text Example

White with #58582B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58582B; }

 p { color: rgb(88,88,43); }

 H1.HeaderClassName
 {
   color: #58582B;
 }
 .AnyTagClassName
 {
   color: #58582B;
 }
</style>

background-color css

<style>
 a { background-color: #58582B; }

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

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

border-color css

<style>
 span { border-color: #58582B; }

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

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