Html Css Color HEX #585C30 Saratoga

📋 copy color: '#585C30'

red 88 ◦ green 92 ◦ blue 48

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

Shades of Saratoga #585C30

Tints of Saratoga #585C30

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40.35%

 BLUE value IS 48 (19.14% from 255) = 21.05%

R = 38.6%
G = 40.35%
B = 21.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.64

RGB Variations

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

Color information

#585C30 (or 0x585C30) is known color: Saratoga. HEX triplet: 58, 5C and 30. RGB value is (88,92,48). Sum of RGB (Red+Green+Blue) = 88+92+48=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 92 - color contains mainly: green. Hex color #585C30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585C30 is #A7A3CF. Grayscale: #555555. Windows color (decimal): -10986448 or 3169368. OLE color: 3169368.

HSL color Cylindrical-coordinate representation of color #585C30: hue angle of 65.45º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #585C30 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 92 48 -
CMYK 0.04 0 0.48 0.64
HSL 65.45º 0.31% 0.27% -
HSV(B) 65.45º 0.48% 0.36% -
XYZ 8.39 9.94 4.27 -
YUV 85.79 106.67 129.58 -
System Red Green Blue C M Y K H S L
Decimal 88 92 48 0.04 0 0.48 0.64 65.45 0.31 0.27
Hex 58 5C 30 4 0 30 40 41 1F 1B
Octal 130 134 60 4 0 60 100 101 37 33
Binary 1011000 1011100 110000 100 0 110000 1000000 1000001 11111 11011

Color Harmonies of #585C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585C30

Black with #585C30

Text Example


Text Example

White with #585C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585C30; }

 p { color: rgb(88,92,48); }

 H1.HeaderClassName
 {
   color: #585C30;
 }
 .AnyTagClassName
 {
   color: #585C30;
 }
</style>

background-color css

<style>
 a { background-color: #585C30; }

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

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

border-color css

<style>
 span { border-color: #585C30; }

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

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