Html Css Color HEX #58652B Saratoga

📋 copy color: '#58652B'

red 88 ◦ green 101 ◦ blue 43

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

Shades of Saratoga #58652B

Tints of Saratoga #58652B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.53%

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

R = 37.93%
G = 43.53%
B = 18.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.57

 K value IS 0.60

RGB Variations

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

Color information

#58652B (or 0x58652B) is known color: Saratoga. HEX triplet: 58, 65 and 2B. RGB value is (88,101,43). Sum of RGB (Red+Green+Blue) = 88+101+43=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 101 - color contains mainly: green. Hex color #58652B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58652B is #A79AD4. Grayscale: #5A5A5A. Windows color (decimal): -10984149 or 2843992. OLE color: 2843992.

HSL color Cylindrical-coordinate representation of color #58652B: hue angle of 73.45º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58652B is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB 88 101 43 -
CMYK 0.13 0 0.57 0.60
HSL 73.45º 0.4% 0.28% -
HSV(B) 73.45º 0.57% 0.4% -
XYZ 9.11 11.56 4.04 -
YUV 90.5 101.19 126.22 -
System Red Green Blue C M Y K H S L
Decimal 88 101 43 0.13 0 0.57 0.60 73.45 0.4 0.28
Hex 58 65 2B D 0 39 3C 49 28 1C
Octal 130 145 53 15 0 71 74 111 50 34
Binary 1011000 1100101 101011 1101 0 111001 111100 1001001 101000 11100

Color Harmonies of #58652B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58652B

Black with #58652B

Text Example


Text Example

White with #58652B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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