Html Css Color HEX #58632D Saratoga

📋 copy color: '#58632D'

red 88 ◦ green 99 ◦ blue 45

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

Shades of Saratoga #58632D

Tints of Saratoga #58632D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.67%

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

R = 37.93%
G = 42.67%
B = 19.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.61

RGB Variations

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

Color information

#58632D (or 0x58632D) is known color: Saratoga. HEX triplet: 58, 63 and 2D. RGB value is (88,99,45). Sum of RGB (Red+Green+Blue) = 88+99+45=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 99 - color contains mainly: green. Hex color #58632D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58632D is #A79CD2. Grayscale: #595959. Windows color (decimal): -10984659 or 2974552. OLE color: 2974552.

HSL color Cylindrical-coordinate representation of color #58632D: hue angle of 72.22º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58632D is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB 88 99 45 -
CMYK 0.11 0 0.55 0.61
HSL 72.22º 0.38% 0.28% -
HSV(B) 72.22º 0.55% 0.39% -
XYZ 8.96 11.19 4.17 -
YUV 89.56 102.86 126.89 -
System Red Green Blue C M Y K H S L
Decimal 88 99 45 0.11 0 0.55 0.61 72.22 0.38 0.28
Hex 58 63 2D B 0 37 3D 48 26 1C
Octal 130 143 55 13 0 67 75 110 46 34
Binary 1011000 1100011 101101 1011 0 110111 111101 1001000 100110 11100

Color Harmonies of #58632D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58632D

Black with #58632D

Text Example


Text Example

White with #58632D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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