Html Css Color HEX #58612B Saratoga

📋 copy color: '#58612B'

red 88 ◦ green 97 ◦ blue 43

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

Shades of Saratoga #58612B

Tints of Saratoga #58612B

RGB

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

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

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

R = 38.6%
G = 42.54%
B = 18.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#58612B (or 0x58612B) is known color: Saratoga. HEX triplet: 58, 61 and 2B. RGB value is (88,97,43). Sum of RGB (Red+Green+Blue) = 88+97+43=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 97 - color contains mainly: green. Hex color #58612B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58612B is #A79ED4. Grayscale: #585858. Windows color (decimal): -10985173 or 2842968. OLE color: 2842968.

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

Color convert

RGB 88 97 43 -
CMYK 0.09 0 0.56 0.62
HSL 70º 0.39% 0.27% -
HSV(B) 70º 0.56% 0.38% -
XYZ 8.74 10.8 3.91 -
YUV 88.15 102.52 127.89 -
System Red Green Blue C M Y K H S L
Decimal 88 97 43 0.09 0 0.56 0.62 70 0.39 0.27
Hex 58 61 2B 9 0 38 3E 46 27 1B
Octal 130 141 53 11 0 70 76 106 47 33
Binary 1011000 1100001 101011 1001 0 111000 111110 1000110 100111 11011

Color Harmonies of #58612B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58612B

Black with #58612B

Text Example


Text Example

White with #58612B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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