Html Css Color HEX #58652A Saratoga

📋 copy color: '#58652A'

red 88 ◦ green 101 ◦ blue 42

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

Shades of Saratoga #58652A

Tints of Saratoga #58652A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.18%

R = 38.1%
G = 43.72%
B = 18.18%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.60

RGB Variations

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

Color information

#58652A (or 0x58652A) is known color: Saratoga. HEX triplet: 58, 65 and 2A. RGB value is (88,101,42). Sum of RGB (Red+Green+Blue) = 88+101+42=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 101 - color contains mainly: green. Hex color #58652A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58652A is #A79AD5. Grayscale: #5A5A5A. Windows color (decimal): -10984150 or 2778456. OLE color: 2778456.

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

Color convert

RGB 88 101 42 -
CMYK 0.13 0 0.58 0.60
HSL 73.22º 0.41% 0.28% -
HSV(B) 73.22º 0.58% 0.4% -
XYZ 9.1 11.55 3.94 -
YUV 90.39 100.69 126.3 -
System Red Green Blue C M Y K H S L
Decimal 88 101 42 0.13 0 0.58 0.60 73.22 0.41 0.28
Hex 58 65 2A D 0 3A 3C 49 29 1C
Octal 130 145 52 15 0 72 74 111 51 34
Binary 1011000 1100101 101010 1101 0 111010 111100 1001001 101001 11100

Color Harmonies of #58652A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58652A

Black with #58652A

Text Example


Text Example

White with #58652A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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