Html Css Color HEX #58642D Saratoga

📋 copy color: '#58642D'

red 88 ◦ green 100 ◦ blue 45

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

Shades of Saratoga #58642D

Tints of Saratoga #58642D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.92%

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

R = 37.77%
G = 42.92%
B = 19.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.61

RGB Variations

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

Color information

#58642D (or 0x58642D) is known color: Saratoga. HEX triplet: 58, 64 and 2D. RGB value is (88,100,45). Sum of RGB (Red+Green+Blue) = 88+100+45=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 100 - color contains mainly: green. Hex color #58642D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58642D is #A79BD2. Grayscale: #5A5A5A. Windows color (decimal): -10984403 or 2974808. OLE color: 2974808.

HSL color Cylindrical-coordinate representation of color #58642D: hue angle of 73.09º 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 #58642D is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB 88 100 45 -
CMYK 0.12 0 0.55 0.61
HSL 73.09º 0.38% 0.28% -
HSV(B) 73.09º 0.55% 0.39% -
XYZ 9.06 11.38 4.2 -
YUV 90.14 102.52 126.47 -
System Red Green Blue C M Y K H S L
Decimal 88 100 45 0.12 0 0.55 0.61 73.09 0.38 0.28
Hex 58 64 2D C 0 37 3D 49 26 1C
Octal 130 144 55 14 0 67 75 111 46 34
Binary 1011000 1100100 101101 1100 0 110111 111101 1001001 100110 11100

Color Harmonies of #58642D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58642D

Black with #58642D

Text Example


Text Example

White with #58642D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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