Html Css Color HEX #58611A Saratoga

📋 copy color: '#58611A'

red 88 ◦ green 97 ◦ blue 26

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

Shades of Saratoga #58611A

Tints of Saratoga #58611A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.97%

 BLUE value IS 26 (10.55% from 255) = 12.32%

R = 41.71%
G = 45.97%
B = 12.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#58611A (or 0x58611A) is known color: Saratoga. HEX triplet: 58, 61 and 1A. RGB value is (88,97,26). Sum of RGB (Red+Green+Blue) = 88+97+26=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #58611A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58611A is #A79EE5. Grayscale: #565656. Windows color (decimal): -10985190 or 1728856. OLE color: 1728856.

HSL color Cylindrical-coordinate representation of color #58611A: hue angle of 67.61º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #58611A is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 97 26 -
CMYK 0.09 0 0.73 0.62
HSL 67.61º 0.58% 0.24% -
HSV(B) 67.61º 0.73% 0.38% -
XYZ 8.49 10.7 2.6 -
YUV 86.22 94.02 129.27 -
System Red Green Blue C M Y K H S L
Decimal 88 97 26 0.09 0 0.73 0.62 67.61 0.58 0.24
Hex 58 61 1A 9 0 49 3E 44 3A 18
Octal 130 141 32 11 0 111 76 104 72 30
Binary 1011000 1100001 11010 1001 0 1001001 111110 1000100 111010 11000

Color Harmonies of #58611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58611A

Black with #58611A

Text Example


Text Example

White with #58611A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,97,26); }

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

background-color css

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

 a { background-color: rgb(88,97,26); }

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

border-color css

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

 span { border-color: rgb(88,97,26); }

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