Html Css Color HEX #58622B Saratoga

📋 copy color: '#58622B'

red 88 ◦ green 98 ◦ blue 43

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

Shades of Saratoga #58622B

Tints of Saratoga #58622B

RGB

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

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

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

R = 38.43%
G = 42.79%
B = 18.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#58622B (or 0x58622B) is known color: Saratoga. HEX triplet: 58, 62 and 2B. RGB value is (88,98,43). Sum of RGB (Red+Green+Blue) = 88+98+43=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 43 (17.19% from 255 or 18.78% from 229); Max value from RGB is 98 - color contains mainly: green. Hex color #58622B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58622B is #A79DD4. Grayscale: #585858. Windows color (decimal): -10984917 or 2843224. OLE color: 2843224.

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

Color convert

RGB 88 98 43 -
CMYK 0.10 0 0.56 0.62
HSL 70.91º 0.39% 0.28% -
HSV(B) 70.91º 0.56% 0.38% -
XYZ 8.83 10.98 3.94 -
YUV 88.74 102.19 127.47 -
System Red Green Blue C M Y K H S L
Decimal 88 98 43 0.10 0 0.56 0.62 70.91 0.39 0.28
Hex 58 62 2B A 0 38 3E 47 27 1C
Octal 130 142 53 12 0 70 76 107 47 34
Binary 1011000 1100010 101011 1010 0 111000 111110 1000111 100111 11100

Color Harmonies of #58622B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58622B

Black with #58622B

Text Example


Text Example

White with #58622B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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