Html Css Color HEX #58621C Saratoga

📋 copy color: '#58621C'

red 88 ◦ green 98 ◦ blue 28

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

Shades of Saratoga #58621C

Tints of Saratoga #58621C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.79%

 BLUE value IS 28 (11.33% from 255) = 13.08%

R = 41.12%
G = 45.79%
B = 13.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#58621C (or 0x58621C) is known color: Saratoga. HEX triplet: 58, 62 and 1C. RGB value is (88,98,28). Sum of RGB (Red+Green+Blue) = 88+98+28=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 98 - color contains mainly: green. Hex color #58621C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58621C is #A79DE3. Grayscale: #575757. Windows color (decimal): -10984932 or 1860184. OLE color: 1860184.

HSL color Cylindrical-coordinate representation of color #58621C: hue angle of 68.57º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #58621C is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 98 28 -
CMYK 0.10 0 0.71 0.62
HSL 68.57º 0.56% 0.25% -
HSV(B) 68.57º 0.71% 0.38% -
XYZ 8.6 10.89 2.75 -
YUV 87.03 94.69 128.69 -
System Red Green Blue C M Y K H S L
Decimal 88 98 28 0.10 0 0.71 0.62 68.57 0.56 0.25
Hex 58 62 1C A 0 47 3E 45 38 19
Octal 130 142 34 12 0 107 76 105 70 31
Binary 1011000 1100010 11100 1010 0 1000111 111110 1000101 111000 11001

Color Harmonies of #58621C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58621C

Black with #58621C

Text Example


Text Example

White with #58621C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58621C; }

 p { color: rgb(88,98,28); }

 H1.HeaderClassName
 {
   color: #58621C;
 }
 .AnyTagClassName
 {
   color: #58621C;
 }
</style>

background-color css

<style>
 a { background-color: #58621C; }

 a { background-color: rgb(88,98,28); }

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

border-color css

<style>
 span { border-color: #58621C; }

 span { border-color: rgb(88,98,28); }

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