Html Css Color HEX #58621E Saratoga

📋 copy color: '#58621E'

red 88 ◦ green 98 ◦ blue 30

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

Shades of Saratoga #58621E

Tints of Saratoga #58621E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.89%

R = 40.74%
G = 45.37%
B = 13.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#58621E (or 0x58621E) is known color: Saratoga. HEX triplet: 58, 62 and 1E. RGB value is (88,98,30). Sum of RGB (Red+Green+Blue) = 88+98+30=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 30 (12.11% from 255 or 13.89% from 216); Max value from RGB is 98 - color contains mainly: green. Hex color #58621E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58621E is #A79DE1. Grayscale: #575757. Windows color (decimal): -10984930 or 1991256. OLE color: 1991256.

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

Color convert

RGB 88 98 30 -
CMYK 0.10 0 0.69 0.62
HSL 68.82º 0.53% 0.25% -
HSV(B) 68.82º 0.69% 0.38% -
XYZ 8.63 10.9 2.88 -
YUV 87.26 95.69 128.53 -
System Red Green Blue C M Y K H S L
Decimal 88 98 30 0.10 0 0.69 0.62 68.82 0.53 0.25
Hex 58 62 1E A 0 45 3E 45 35 19
Octal 130 142 36 12 0 105 76 105 65 31
Binary 1011000 1100010 11110 1010 0 1000101 111110 1000101 110101 11001

Color Harmonies of #58621E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58621E

Black with #58621E

Text Example


Text Example

White with #58621E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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